piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Problem with package: stable-baselines #323

Closed llamasoft closed 1 year ago

llamasoft commented 1 year ago

Package name

stable-baselines

Package version

all

PyPI URL

https://pypi.org/project/stable-baselines/

piwheels URL

https://www.piwheels.org/project/stable-baselines/

Python version

I am the maintainer

More information

The stable-baselines package has a dependency on tensorflow but because of how the check is implemented in setup.py (https://github.com/Stable-Baselines-Team/stable-baselines/blob/master/setup.py#L18-L45) or possibly because of the build environment, the resulting wheel has no tensorflow requirements. This results in an unusable package when installed from wheel.

bennuttall commented 1 year ago

That's not something we have any control over. They're just doing bad practices in their setup.py. You'll have to take it up with the maintainers.