pip install hummingbird-ml does not work on windows
See original GitHub issueTo reproduce, just run pip install hummingbird-ml
. I get ERROR: Could not find a version that satisfies the requirement torch>=1.4.0 (from hummingbird-ml==0.0.3) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR: No matching distribution found for torch>=1.4.0 (from hummingbird-ml==0.0.3)
.
Apparently the proper branch in setup.py
is not picked up.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
pytorch problem with pip install on Python3.7 or Python3.8 #66
Doing pip install hummingbird-ml on Python3.7 or Python3.8 a user reported: ERROR: Could not find a version that satisfies the requirement ...
Read more >hummingbird-ml - PyPI
Please go here for instructions on how to install PyTorch based on your platform and hardware. Once PyTorch is installed, you can get...
Read more >Accelerating ML Models using Microsoft's HummingBird
Firstly we need to install hummingbird library using pip in command-prompt/terminal depending on the OS you are using. 2. Next, we need to...
Read more >python - Tkinter widgets not showing up in Hummingbird Exceed ...
When I run it in windows, everything appears as it should. When I run the GUI in Linux using Hummingbird Exceed, all of...
Read more >Guide To Hummingbird – A Microsoft's Library For Expediting ...
It does not require the traditional ML models to be re-engineered for shifting their ... Hummingbird can be installed using pip command as:....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I might be able to help but I’m not sure if I understand the issue. There are no binaries in hummingbird-ml, right?
ps: I was auto-subscribed to hummingbird but I unsubscribed because my inbox is too full. Feel free to ping me where I can be helpful though.
Ah, bad choice of words, what I meant was: When someone pulls from pypi (ex:
pip install hummingbird-ml
) it seems to be just pulling the prebuilt hummingbird .whl rather than calling into our cleverly craftedsetup.py
which checks to see if the OS is windows and then installs pytorch via url. (see links above.) If you have ideas that would be awesome!