-
Notifications
You must be signed in to change notification settings - Fork 249
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
Option c-core-url
does not seem to apply when pip
installing via git+https
scheme
#197
Comments
I have had the same issue. Your comments above finally led me to a successful build, but I am still unable to use python-igraph. When I try and import using
Was wondering if this is the same for you? |
@Artemis-R I'm pretty sure that your error is unrelated to the original issue; I think that the problem is simply that you are standing right in the directory that contains the source code of @yunesj Could it be a pip-related issue? I mean, could it be the case that This is the relevant line from the output of
As you can see, |
Yes, it seems likely a pip-related issues. Does this pip ticket show the same symptoms? pypa/pip#5576 |
Yes, it seems similar. |
The |
Installing the master / head version of igraph-python and igraph core via:
downloads igraph-0.7.1.tar.gz rather than the master.tar.gz that I specified:
However, using the same command from the same source dir:
downloads the correct version of the c-core library and builds fine:
OS: Ubuntu 18.04.1
Python: Python 2.7.15rc1 in virtualenv
PIP: pip 18.1
Also, I'd like to note that the calculation and display of version numbers was confusing:
Thanks!
The text was updated successfully, but these errors were encountered: