You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually the problem beings right-out-of-the-gate as when I created a python virtual env with version 3.6.3 and tried to run pip3 install -r requirements.txt there were errors for the specific versions listed because the distributions cannot be found (_commented out):
(venv) [moldach@beluga4 iSeeBetter]$ pip3 install torch==1.3.0.post2
Looking in links: /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/avx512, /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/avx2, /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/generic, /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
ERROR: Could not find a version that satisfies the requirement torch==1.3.0.post2
ERROR: No matching distribution found for torch==1.3.0.post2
The text was updated successfully, but these errors were encountered:
moldach
changed the title
Trouble with installation: requirements.txt complains
Trouble with installation: requirements.txt complains and pyfow fails
Mar 22, 2021
I'm currently experiencing the same issue, except I'm stuck on the torch==1.3.0.post2 part. It seems that the installation will only work for MacOS users, as seen when looking under the files tab of the torch 1.3.0.post2 PyPi page.
Update
If you're on Linux, try out rylezhou's fork or theotime-dugois' fork (I haven't tested either, but they seems promising). If you're on Windows, try out Konlador's fork. Note that Konlador's fork hasn't updated the README but procedure should be the same as the current one.
Additionally, on Windows, you may run into issues installing PyFlow. Use philferriere's fork instead.
I'm running into errors with the installation of
pyflow
:pip freeze
Actually the problem beings right-out-of-the-gate as when I created a python virtual env with version
3.6.3
and tried to runpip3 install -r requirements.txt
there were errors for the specific versions listed because the distributions cannot be found (_commented out):For example,
So the environment looks like:
The text was updated successfully, but these errors were encountered: