Could not install from pip #7
Labels
No labels
consider soon
documentation
good first issue
hacktoberfest
help wanted
priority: blocker
priority: high
priority: low
priority: medium
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-rocksdb#7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
$ pip install lbry-rocksdb
ERROR: Could not find a version that satisfies the requirement lbry-rocksdb (from versions: none)
ERROR: No matching distribution found for lbry-rocksdb
I'm in a python 3.8 environment. Other packages are fine. I don't know what's the issue.
This is on my LinuxMint box. The issue continues. On my Mac laptop within a docker container, it works fine. Almost sure this issue is a machine issue.
LinuxMint 20.x is based on Ubuntu Focal and the compatibility matrix1 for manylinux shows that Ubuntu 20 works with manylinux2010 and manylinux2014. However, the only binary versions available are manylinux_2_24 which would require Ubuntu 21.
I did attempt to help with that
9c8db1ee5b
but it seems to have been backed out
2ea14aee63
Probably the ideal solution is to publish both versions.
I updated pip to the latest version both on my machine and in my docker. In docker I'm using Ubuntu 20.04. python 3.8. now it works both inside and outside docker.
The latest pip as of now is 22.1.1 previously I was using maybe 20.xx.