fredrik-johansson / fungrim

Fungrim: the Mathematical Functions Grimoire
MIT License
113 stars 15 forks source link

Dependencies do not list 'flint' #28

Open OpenLibMathSeq opened 2 years ago

OpenLibMathSeq commented 2 years ago

Following the instructions I got the error:

~/fungrim$ python fungrim.py img
Traceback (most recent call last):
  File "fungrim.py", line 20, in <module>
    import source_scripts.xray
  File "/home/user/julia/fungrim/source_scripts/xray.py", line 5, in <module>
    from flint import acb, arb, good
ModuleNotFoundError: No module named 'flint'