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
Thank you, yeah pip somewhat works, but it still not ideal. Think the problem is that you are not publishing platform specific wheels. Let's say I am developing on MacOS, I use pip to install dependencies. Than I want to build a Docker container based on Linux distribution, so I export requirements.txt but inside of requirements there is a platform specific package sling-mac-universal==1.1.14 so it will not work. It would be best to have multiple platform specific wheel in PyPI, similarly to Polars
When I use Poetry on MacOS (Darwin platform), the package dependencies are set to
sling-linux-amd64-1.1.14.tar.gz
so it will not work.The text was updated successfully, but these errors were encountered: