solve_ivp is missing or not added in conda package
ParvizRZ opened this issue · 1 comments
ParvizRZ commented
In installed numbalsoda using 'conda install' but importing solve_ivp failed. Comparing the content of the packages, installed via conda and pip, discovered that file /driver_solve_ivp.py is simply missing
Traceback (most recent call last):
File "<...>\test_numbalsoda.py", line 1, in
from numbalsoda import lsoda_sig, lsoda, dop853, solve_ivp
ImportError: cannot import name 'solve_ivp' from 'numbalsoda' (<...>\envs\conda_python310\lib\site-packages\numbalsoda_init.py)_
I encountered this issue while trying install the package via conda install to bypass the issue #29.
Here is the folder with conda package: