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

solve_ivp is missing or not added in conda package #30

Open
ParvizRZ opened this issue Dec 25, 2023 · 0 comments
Open

solve_ivp is missing or not added in conda package #30

ParvizRZ opened this issue Dec 25, 2023 · 0 comments

Comments

@ParvizRZ
Copy link

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:
Capture2

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