question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pip install hummingbird-ml does not work on windows

See original GitHub issue

To 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:closed
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
amuellercommented, Jun 24, 2020

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.

0reactions
ksaurcommented, Jun 24, 2020

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 crafted setup.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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found