-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Rust-free version #219
Comments
I have had the same issue! Tried to install a standalone Spyder IDE and found it has a Jellyfish dependency which itself has a Rust dependency. I had to go back to Jellyfish version 0.10.0 because anything after that uses Rust. I'm on Windows. |
On Windows the system should use the wheel, if you can give details about the system (OS / Python versions, installation method) that'd help. |
@jamesturk Is it possible to add a configure arg to enable installing the current version without rust portion? There are Python ports managed this way, for example |
A PR for this would definitely be welcome. |
Is it possible to install the current version without pulling in all of the rust stuff?
jellyfish
is a dependency for a port which I am interested to have, but rust is broken on my platform (and cannot be built from C/C++ sources, which is a security concern).The text was updated successfully, but these errors were encountered: