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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: