Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong version is installed using python-3.10 #234

Closed
rrchai opened this issue Sep 23, 2022 · 2 comments · Fixed by #237
Closed

Wrong version is installed using python-3.10 #234

rrchai opened this issue Sep 23, 2022 · 2 comments · Fixed by #237
Labels

Comments

@rrchai
Copy link

rrchai commented Sep 23, 2022

Describe the bug
If I install challengeutils with conda python3.10, it just automatically installs v1.6.0 without errors. If I force to install v4.1.0 : pip install challengeutils==4.1.0 , then the error raised: "requires python >=3.6, <3.9".

To Reproduce
Steps to reproduce the behavior:

conda create -n py3.10 python=3.10
conda activate py3.10
pip install --upgrade pip
pip install challengeutils
/Users/rchai/opt/anaconda3/envs/py3.10/bin/challengeutils -v
challengeutils 1.6.0

Expected behavior
Not quite sure if it's a bug from conda itself or the challengeutils. The error should be raised if installing with unsatisfied versions of python, rather than installing v1.6.0?

@rrchai rrchai added the bug label Sep 23, 2022
@rrchai rrchai changed the title Install wrong version using python-3.10 Wrong version is installed using python-3.10 Sep 23, 2022
@trberg
Copy link

trberg commented Nov 22, 2022

I'm having this same problem. Current solution is just to use a conda py3.9 environment. I'm not sure how we should fix this though.

@thomasyu888
Copy link
Member

thomasyu888 commented Nov 25, 2022

@rrchai, @trberg. Thanks for opening this ticket. This is because of this line of code. An update to this code will allow for python 3.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants