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
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".
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?
The text was updated successfully, but these errors were encountered:
Describe the bug
If I install
challengeutils
with conda python3.10, it just automatically installs v1.6.0 without errors. If I force to installv4.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:
Expected behavior
Not quite sure if it's a bug from
conda
itself or thechallengeutils
. The error should be raised if installing with unsatisfied versions of python, rather than installingv1.6.0
?The text was updated successfully, but these errors were encountered: