Skip to content
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

useage on ubuntu #1

Closed
maxlem opened this issue Feb 22, 2019 · 0 comments
Closed

useage on ubuntu #1

maxlem opened this issue Feb 22, 2019 · 0 comments

Comments

@maxlem
Copy link

maxlem commented Feb 22, 2019

This code rocks. Splendid use of numpy, sympy and flint. To use on ubuntu 18.04, you need to download and install

to install python-flint from pip, on ubuntu 18.04, you must use 18.10 versions of libflint:

https://debian.pkgs.org/10/debian-main-amd64/libflint-arb2_2.16.0-2_amd64.deb.html
https://debian.pkgs.org/10/debian-main-amd64/libflint-arb-dev_2.16.0-2_amd64.deb.html

then perform a symlink

sudo ln -s /usr/lib/x86_64-linux-gnu/libflint-arb.so /usr/lib/x86_64-linux-gnu/libarb.so

after, the following wheel should succeed:

pip3 install python-flint --user

@maxlem maxlem closed this as completed Feb 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant