No such file or directory: 'requirements.txt'; Could not find a version that satisfies the requirement syft (unavailable) #293
-
I created a virtual environment called 'privateai'. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@Spartan-119 the previous error for "pip install -r requirements.txt" says that "No such file or directory". That's because you are running from outside of PySyft folder where it cannot locate the requirements.txt file. Please run it from inside of PySyft folder or give the absolute path of of the file. After that, try installing syft again from PySyft folder. It should work. |
Beta Was this translation helpful? Give feedback.
@Spartan-119 the previous error for "pip install -r requirements.txt" says that "No such file or directory". That's because you are running from outside of PySyft folder where it cannot locate the requirements.txt file. Please run it from inside of PySyft folder or give the absolute path of of the file. After that, try installing syft again from PySyft folder. It should work.