I've created conda environment and then did pip install -r requirements.txt. But I've got an error:
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/tmp/build/80754af9/numpy_and_numpy_base_1603487797006/work'
It seems I don't have files like file:///tmp/build/80754af9/numpy_and_numpy_base_1603487797006/work, which are in the requirements. There are temporary files, which I can not get.
I've created conda environment and then did
pip install -r requirements.txt
. But I've got an error:It seems I don't have files like
file:///tmp/build/80754af9/numpy_and_numpy_base_1603487797006/work
, which are in the requirements. There are temporary files, which I can not get.