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

pip install cli on Ubuntu arm64 failed #51

Open
InitialXW opened this issue Apr 12, 2024 · 1 comment
Open

pip install cli on Ubuntu arm64 failed #51

InitialXW opened this issue Apr 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@InitialXW
Copy link

the command gives the following error:
python3 -m pip install diambra
ERROR: Could not find a version that satisfies the requirement diambra (from versions: none)
ERROR: No matching distribution found for diambra

tried manaul install too by downloading 'diambra-linux-arm64' but get the following error:

pip install /path/to/diambra-linux-arm64
ERROR: Invalid requirement: '/path/to/diambra-linux-arm64'
Hint: It looks like a path. The path does exist.

@discordianfish discordianfish added the enhancement New feature or request label May 11, 2024
@discordianfish
Copy link
Member

Sorry I missed this earlier! We don't ship arm64 pip packages right now. We probably should do, so thanks for filling this issue!

To manually install, download diambra-linux-arm64 and move it somewhere t your PATH, e.g /usr/local/bin/diambra and make sure to make it executable (chmod a+x /usr/local/bin/diambra). Let me know if you need further help with that.

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

No branches or pull requests

2 participants