Open PennyroyalTea opened 2 years ago
Hi there!
I'm trying to install requirements for this project to run it: pip3 install -r requirements.txt
pip3 install -r requirements.txt
But get the following error message:
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/private/tmp/build/80754af9/idna_1593446292537/work'
It seems like you're using your local builds as a dependency. Could you please help me get rid of it and still be able to run the code?
Thanks for great paper!
That seems because of pip version try downgrade your pip back to 20.0.1
Hi there!
I'm trying to install requirements for this project to run it:
pip3 install -r requirements.txt
But get the following error message:
It seems like you're using your local builds as a dependency. Could you please help me get rid of it and still be able to run the code?
Thanks for great paper!