dmksjfl/MCQ

python=3.8.5 is incompatible with all versions of neorl.

Opened this issue · 3 comments

python=3.8.5 is incompatible with all versions of neorl.

hmmm, neorl requires python>=3.7, see https://github.com/polixir/NeoRL/blob/a4b6c578662a0566ac39bc6ed84236b853142e8f/setup.py#L11

It should be okay to use neorl with python 3.8.5, please check whether some packages have some conflicts. You can try to install neorl by disabling the required packages in its setup.py

Hi, good advice. Nevertheless, my local environment for running MCQ is quite redundant, it contains many other unnecessary packages that are used in my other papers/projects. I therefore choose not to upload a requirement.txt at this time. The most important required packages are listed in README and I have added the requirement of neorl. Please do not hesitate to reach out to me if you have any problem in packages.