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
Defaulting to user installation because normal site-packages is not writeable Collecting git+https://github.com/ramsrigouthamg/Questgen.ai Cloning https://github.com/ramsrigouthamg/Questgen.ai to /tmp/pip-req-build-o9y6mywf Running command git clone --filter=blob:none --quiet https://github.com/ramsrigouthamg/Questgen.ai /tmp/pip-req-build-o9y6mywf Resolved https://github.com/ramsrigouthamg/Questgen.ai to commit 66c43d37f972c900414461920498644ef47e856f Preparing metadata (setup.py) ... done ERROR: Could not find a version that satisfies the requirement torch==1.10.0 (from questgen) (from versions: 1.11.0) ERROR: No matching distribution found for torch==1.10.0
when I do pip install torch==1.10.0 it says cant install from versions: 1.11.0
I dont know if its a problem with pip, python, pytorch or what
pls help :)
The text was updated successfully, but these errors were encountered:
This is the error I'm getting
Defaulting to user installation because normal site-packages is not writeable Collecting git+https://github.com/ramsrigouthamg/Questgen.ai Cloning https://github.com/ramsrigouthamg/Questgen.ai to /tmp/pip-req-build-o9y6mywf Running command git clone --filter=blob:none --quiet https://github.com/ramsrigouthamg/Questgen.ai /tmp/pip-req-build-o9y6mywf Resolved https://github.com/ramsrigouthamg/Questgen.ai to commit 66c43d37f972c900414461920498644ef47e856f Preparing metadata (setup.py) ... done ERROR: Could not find a version that satisfies the requirement torch==1.10.0 (from questgen) (from versions: 1.11.0) ERROR: No matching distribution found for torch==1.10.0
when I do
pip install torch==1.10.0
it sayscant install from versions: 1.11.0
I dont know if its a problem with pip, python, pytorch or what
pls help :)
The text was updated successfully, but these errors were encountered: