-
Notifications
You must be signed in to change notification settings - Fork 66
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
PIP not working #186
Comments
What's your OS / python version etc? |
One thing I learned is that it's easy for the
(just a guess, but maybe your |
i tried several versions of python, and that log was for 3.8. I don't think it is a pip problem, as |
Can you try |
It seems you could also try:
|
This looks like a cmake error no?
Maybe try the steps here if what @alecjacobson suggested doesn't work. |
I agree. Question I'm wondering is why is it trying to build from source in
the first place?
…On Mon, Feb 27, 2023, 11:01 AM Kishore Venkateshan ***@***.***> wrote:
This looks like a cmake error no?
CMake 3.13...3.23 or higher is required. You are running version 3.8.2
Maybe try the steps here
<https://linuxfere.com/how-to-install-latest-cmake-on-centos> if what
@alecjacobson <https://github.com/alecjacobson> suggested doesn't work.
—
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARDJGLLS43DZFHSL6BYUFTWZTFXHANCNFSM6AAAAAAVEVVLVM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hard to say from the command pasted above. But if you look at the top most part of the log
this is essentially doing a
Maybe that is ignoring the wheel distribution? @teseoch how did you invoke the pip install and are you able to dump the entire log to a file and share the file here? I am wondering if this a connected issue (oconnor663/blake3-py#5; manylinux stopped support past CentOS6). I tried doing pip install locally and it pulled the wheel as expected. |
@teseoch was this resolved? |
sorry i finally got some time to try, so this
it really feels like it is trying to reinstall (which is kind of bad). It is strange that it fails on the cmake as I have loaded cmake 3.16.5 |
Thanks. Yeah, there's two issues here:
I'd really like to solve 1. Solving 2 would be nice, but might be too much. |
Here's what I get on a linux box (where pip install from binary works)
I see a bunch of I wonder what's different about your linux setup (I'm not a linux expert). Does anything on this page help determine? https://stackoverflow.com/questions/37793046/how-does-pip-decide-which-many-linux-wheel-to-use |
I started digging and found this: it says:
Btw, I am trying on cedar which you should have access too if you want to try |
Oh, after reading that page more, I fix it!!!!!!!!!!!!!!!!!!!!!! the the problem I guess was dependency. This is what works:
|
Whoa cool. Did this build from source?
…On Thu, Mar 23, 2023, 10:08 PM teseoch ***@***.***> wrote:
Oh, after reading that page more, I fix it!!!!!!!!!!!!!!!!!!!!!!
the the problem I guess was dependency. This is what works:
pip install numpy --no-index
pip install scipy --no-index
pip install igl --no-deps
—
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARDJGLEK2LHZBF6E6N7TFTW5T6ZZANCNFSM6AAAAAAVEVVLVM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
No it downloaded the binary from pip |
Excellent. I wonder if there's a way we can make this automatic for
whatever is making your setup special.
…On Fri, Mar 24, 2023, 1:12 AM teseoch ***@***.***> wrote:
No it downloaded the binary from pip
—
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARDJGN6EDJ7F5PK5DCQG3LW5UUNPANCNFSM6AAAAAAVEVVLVM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I tried to install libigl on a cluster with pip and got the following error.
I am sure that I loaded the cmake module (3.23). What I find strange is that it is trying to compile from source instead of getting binaries.
The text was updated successfully, but these errors were encountered: