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

Installing requirements works fine, but... #5

Open
Forbiddentwo opened this issue Mar 24, 2022 · 1 comment
Open

Installing requirements works fine, but... #5

Forbiddentwo opened this issue Mar 24, 2022 · 1 comment

Comments

@Forbiddentwo
Copy link

pip install aids
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see pypa/pip#5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
ERROR: Could not find a version that satisfies the requirement aids (from versions: none)
ERROR: No matching distribution found for aids
WARNING: You are using pip version 21.1.1; however, version 22.0.4 is available.

@Moist-Cat
Copy link
Owner

1-Os?
2-Python version?
3-Do you have multiple python versions installed
4-Have you tried "python3 -m pip install aids"?

You might have python2 installed and the aids module is not available for it.

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

No branches or pull requests

2 participants