-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no assets on musl-linux: Bug in version 0.9.0: FileNotFoundError: cannot find mask #32
Comments
Hi, how did you install the package? ping: @TheSylex |
The package is a requirement from opendrift and is installed during the installation of opendrift. |
Did you install opendrift using pip? |
yes |
Which platform are you on? We usually recommend conda for opendrift, because dependencies are easier to get right: https://opendrift.github.io/install.html There's another issue with enough space on pypi for this package: #31 . Some platforms got a version without the assets included, so I have yanked version 0.9.0 until this issue is fixed. |
It's a docker image based on ubuntu:jammy. |
Ok. I think the assets are missing for the musl builds, probably better to install from source if you use pip on those platforms. |
Thank you for your help |
@gauteh all I do to install the package is pip install . |
Okay, I'm a dumbass, it is in fact giving a problem now about not finding the mask for me too |
@gauteh do you have any means for faster comms? discord/slack/gitter idk |
Installing from local is fine, doing |
I yanked the 0.9.0 release from pypi, we're not able to publish a correct version there until #31 is fixed. The only wheels that were published where macos ones (large enough to contain the masks) and musl-wheels, too small to contain the masks. Which probably means you are on a musl-platform of sorts? I don't think we should distribute those wheels, people can install from source on those platforms (or use conda). |
I have pushed a new version without the faulty wheels, the package should now be built from source. |
Hello,
It seems that there is an issue with version 0.9.0 released yesterday. Creating a new mask results in a FileNotFoundError.
The text was updated successfully, but these errors were encountered: