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
I wanted to bring to your attention that the minference package is not installable from sdist. This can be reproduced on any clean system (without pre-installed torch) that has Python, pip, and internet access by running:
pip install minference==0.1.5.post1
A recommended solution would be to migrate from setup.py to pyproject.toml and explicitly declare torch as a build requirement if it is indeed necessary for the build process.
This project has no wheels published on pypi.org. We found wheels on github and tried them out. However the wheels are also broken:
Processing ./cache/minference-0.1.5.post1+cu122torch2.1-cp310-cp310-linux_x86_64.whl
Discarding file:///home/coder/minference-0.1.5.post1/cache/minference-0.1.5.post1%2Bcu122torch2.1-cp310-cp310-linux_x86_64.whl: Requested minference===0.1.5.post1+cu122torch2.1 from file:///home/coder/minference-0.1.5.post1/cache/minference-0.1.5.post1%2Bcu122torch2.1-cp310-cp310-linux_x86_64.whl has inconsistent version: expected '0.1.5.post1+cu122torch2.1', but metadata has '0.1.5.post1'
ERROR: Could not find a version that satisfies the requirement minference===0.1.5.post1+cu122torch2.1 (from versions: 0.1.4, 0.1.4.post1, 0.1.4.post2, 0.1.4.post3, 0.1.4.post4, 0.1.5, 0.1.5.post1, 0.1.5.post1+cu122torch2.1)
for i in $(ls); do unzip -p $i $(unzip -Z1 $i | grep METADATA) | grep '^Version:'; done
Version: 0.1.5.post1
Version: 0.1.5.post1
Version: 0.1.5.post1
Version: 0.1.5.post1
wheel unpack minference-0.1.5.post1+cu122torch2.1-cp38-cp38-linux_x86_64.whl
Missing minference-0.1.5.post1+cu122torch2.1.dist-info/RECORD file
Let me know if you need any additional details. Thanks for your time!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to bring to your attention that the minference package is not installable from sdist. This can be reproduced on any clean system (without pre-installed torch) that has Python, pip, and internet access by running:
pip install minference==0.1.5.post1
A recommended solution would be to migrate from setup.py to pyproject.toml and explicitly declare torch as a build requirement if it is indeed necessary for the build process.
This project has no wheels published on pypi.org. We found wheels on github and tried them out. However the wheels are also broken:
Let me know if you need any additional details. Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions