google / yggdrasil-decision-forests

A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.
https://ydf.readthedocs.io/
Apache License 2.0
498 stars 53 forks source link

Install error with pip: Ignored the following yanked versions #123

Closed salamanders closed 3 months ago

salamanders commented 3 months ago

Getting a strange error with a brand new venv:

(myenv24b) myusername-macbookpro3:myenv24b myusername$ pip install ydf -U
ERROR: Ignored the following yanked versions: 0.0.0
ERROR: Could not find a version that satisfies the requirement ydf (from versions: none)
ERROR: No matching distribution found for ydf
Spider-netizen commented 3 months ago

I'm getting the same error messages.

rstz commented 3 months ago

Release 0.0.0 did not include any code, it's just the shell of a Python package. Unsurprisingly, such a package is compatible with every possible architecture, so we decided to yank the package. If you're seeing this message, it probably means you are using an operating system / architecture that is currently not supported

Our team currently publishes and supports Linux x64 and Windows releases. Unfortunately, we do not have the bandwidth, at this time, to support other architectures. I'm happy to help you with compiling yourself - we've experimented with a number of architectures and things mostly worked (no promises!)