I want to install pyinsane2 using Python 3.6 on Windows 8.1. When running 'python setup.py sdist_wheel install' it tells me: no module named 'version'. So I tried to install the module version
manually.
Running the command pip install version
, it then shows me an Import error cannot import name 'izip_longest'
. I already know that I have to take out the i of izip in python 3, but I cannot find the file, where I can change it.
It tells me the file (version.py) would lay in 'C:\Users\myname\AppData\Local\Temp\pip-build-p619-k9v6\version\version.py', but the folder pip-build-p619-k9v6 does not exist in my Temp directory.
Any Ideas how I can get access to the file? Thanks