-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error when pip installing #47
Comments
Hey I can reproduce this, I will work on a fix. |
OK, sorry about that. What happened - and I don't know why - is when I built the source distribution it did not include several new files. I was able to rebuild it successfully and publish it. It's on as v3.4.1, which I just successfully installed with It should work for you - let me know? I'm going to delete 3.4.0 from pypi since it's clearly broken. |
Thank you! For some reason the installation gets stuck at a point:
I tried for a few hours from different internet connections with the same result. Do you know what might be the cause? |
I just successfully did a pip install on my laptop. I can try to incorporate this into the next release, but it could be not doing a parallel build. Try this environment variable to speed things up: export MAKEFLAGS="-j32" Further, use pip -v install larcv If something in particular hangs, let me know? |
Here is the full output. I assume the last line is where it gets stuck:
|
That's super strange - this all looks perfectly ok. Did you let this run awhile, and did you try the env variable above ( Regardless ... can you try installing from source directly? git clone https://github.com/DeepLearnPhysics/larcv3.git
cd larcv3
python setup.py build -j 64
python setup.py install |
Hey any luck installing? |
Hello, when I try to run pip install larcv I am getting the following error:
I tried on both Mac and Linux OS. What should I do? Thank you!
The text was updated successfully, but these errors were encountered: