We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue Summary:
Mamba with Python version 3.10 can't fetch the specified version of pycountry. I resolved the issue by changing the version to 24.6.1.
pycountry
24.6.1
Error Details:
When running the command to install dependencies, the following error occurred:
ERROR: Could not find a version that satisfies the requirement pycountry~=24.0.1 (from versions: 0.9, 0.10, 0.11, 0.12, 0.12.1, 0.14, 0.14.1, 0.14.2, 0.14.3, 0.14.4, 0.14.5, 0.14.6, 0.14.7, 0.14.8, 0.15, 0.16, 0.17, 0.18, 0.19, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 16.10.23rc1, 16.10.23rc2, 16.10.23rc3, 16.11.8, 16.11.27, 16.11.27.1, 17.1.2, 17.1.8, 17.5.14, 17.9.23, 18.2.23, 18.5.20, 18.5.26, 18.12.8, 19.7.15, 19.8.18, 20.7.2, 20.7.3, 22.1.10, 22.3.5, 23.12.7, 23.12.11, 24.6.1) ERROR: No matching distribution found for pycountry~=24.0.1
The text was updated successfully, but these errors were encountered:
having the same issue:
Sorry, something went wrong.
No branches or pull requests
Issue Summary:
Mamba with Python version 3.10 can't fetch the specified version of
pycountry
. I resolved the issue by changing the version to24.6.1
.Error Details:
When running the command to install dependencies, the following error occurred:
ERROR: Could not find a version that satisfies the requirement pycountry~=24.0.1 (from versions: 0.9, 0.10, 0.11, 0.12, 0.12.1, 0.14, 0.14.1, 0.14.2, 0.14.3, 0.14.4, 0.14.5, 0.14.6, 0.14.7, 0.14.8, 0.15, 0.16, 0.17, 0.18, 0.19, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 16.10.23rc1, 16.10.23rc2, 16.10.23rc3, 16.11.8, 16.11.27, 16.11.27.1, 17.1.2, 17.1.8, 17.5.14, 17.9.23, 18.2.23, 18.5.20, 18.5.26, 18.12.8, 19.7.15, 19.8.18, 20.7.2, 20.7.3, 22.1.10, 22.3.5, 23.12.7, 23.12.11, 24.6.1) ERROR: No matching distribution found for pycountry~=24.0.1
The text was updated successfully, but these errors were encountered: