-
Notifications
You must be signed in to change notification settings - Fork 101
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 install failures #173
Comments
Okay fixed using But still doesn't explain why |
Did some investigating, if you pin the version to The culprit seems to be in setup.py importing the library before installing anything. Line 2 in 32c7440
Within the Lines 2 to 10 in 32c7440
|
I'm getting this error suddenly too. |
Thanks for raising this! I will fix this immediately. Apologies! |
Hey @naisanzaa , @jtmiclat, @dlangerm can you try 1.1.2 and let me know if that resolves it? |
I recently started having
swifter
pip install failures.It works if I run
pip3 install -U numpy pandas pandas>=1.1.5 numpy>=1.22.2 dask>=2022.1.1 tqdm psutil
beforegrep -v '^#' requirements.txt | xargs python3 -m pip install -U
But I don't understand why
The
xargs
should be installing the required packages beforeswifter
?And before, I was just installing with
python3 -m pip install -U -r requirements.txt
and it was working fine.requirements.txt
ci.yml
https://github.com/TheShellLand/automonisaur/runs/5089991392?check_suite_focus=true
The text was updated successfully, but these errors were encountered: