-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Absolute path error in Python 3.7 #51
Comments
Could it be the fact that I'm using Python 3.7? The porting instructions include the following notes:
|
I can confirm the issue remains with Python 3.7 and pip 18.0
|
Any updates? |
I can confirm that this is an issue for python3.7 on Windows |
I fixed the absolute path issue. Download and untar this archive. Then run
|
You can also install and build the latest version via
|
@decoydoug2 That still does not work.
|
@aadler You need to have Git installed and in your PATH to run @decoydoug2 's command. Downloading the tar I posted and running the command does not require you to have Git installed. However, its probably a good thing to have Git installed on your system if you are going to do development. |
@austinbenincasa Weird. Of course I have git installed (although my repositories are on BitBucket and not github). Maybe it's a path issue. Let me check… |
I figured you did and it was a PATH issue. Good ole Windows... |
@austinbenincasa I took the opportunity to update to git 2.19 from 2.10.2 and now it installs just as @decoydoug2 suggests. Thanks! |
I'm reasonably certain this is fixed on master. And I will also publish 3.7 wheels for the next release so 3.7 installs aren't attempting to compile sources. |
While trying to install version 0.9.1using pip I get the following error:
The text was updated successfully, but these errors were encountered: