ramsrigouthamg / Questgen.ai

Question generation using state-of-the-art Natural Language Processing algorithms
https://questgen.ai/
MIT License
900 stars 287 forks source link

Can't install on python 3.10 #39

Open thestonechat opened 2 years ago

thestonechat commented 2 years ago

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 says cant install from versions: 1.11.0

I dont know if its a problem with pip, python, pytorch or what

pls help :)

hoanghaing commented 2 years ago

downgrade to < python 3.7.9