-
Notifications
You must be signed in to change notification settings - Fork 2
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
bump deps and fix build #1
Conversation
Hmmm... I don't understand enough to replace that call to |
Updating If you, or someone else, want to work on this, go ahead! |
I do need Python support, unfortunately. But it might work without bumping pyo3. Here's the error that caused
|
try changing your default version of Rust to something like: rustup default nightly-2020-05-09
pip install algebraics
rustup default stable |
Unfortunately, the nightly doesn't seem to exist, and
And with
|
ah, ok. I pushed a modified version that embeds pyo3 and disables the "nightly" feature of parking_lot, which makes lock_api not try to use rustup default nightly # it should pick a good enough version, those reading this in the future may want to use a specific nightly rather than the latest
git clone https://github.com/programmerjake/algebraics.git
cd algebraics
git checkout work-around-const-fn-removal
pip install .
rustup default stable |
woohoo! It works! Thank you so much :-) |
I created #2 to track moving to a more recent version of pyo3, so if you don't want to or can't do the work yourself, feel free to close this PR. |
No description provided.