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

got a error when installing" ramdepth-0.1.0-cp310-cp310-linux_x86_64.whl " #2

Open
antonyvan opened this issue Jun 13, 2024 · 1 comment

Comments

@antonyvan
Copy link

Hello, Thanks for your code sharing
However, I got an error when install ramdepth-0.1.0-cp310-cp310-linux_x86_64.whl
It says
: ramdepth-0.1.0-cp310-cp310-linux_x86_64.whl is not a supported wheel on this platform."

my platform is ubuntu 18.04, I have been using it for many network training. no issues.
Any suggestion?
Thanks

@andreaconti
Copy link
Owner

Hi,

It's probably a problem of naming. pip checks the package name to check python, abi and platform version. You can find the package convention here for reference. It should be fine if you just rename the wheel before installing like

ramdepth-0.1.0-cp310-none-linux_x86_64.whl

If you are using a different version of python (3.10) you can change the python version as well. I tested the package for python 3.10 but you should not have problems with higher versions.

Best,
Andrea

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