You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear author,when i try to import neml after make the file, some error occoured,like this follow, how i should do?
Traceback (most recent call last):
File "F:\Edge Download\neml-1.5.4\neml-1.5.4\examples\tutorial.py", line 3, in
from neml import solvers, models, elasticity, drivers, surfaces, hardening, visco_flow, general_flow, parse
ImportError: cannot import name 'solvers' from 'neml' (F:\Edge Download\neml-1.5.4\neml-1.5.4\neml_init_.py)
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
Have you compiled the python bindings following the directions? Have you added NEML to your PYTHONPATH? What happens if you try to import another neml module? Say just run from neml import parse.
Dear author,when i try to import neml after make the file, some error occoured,like this follow, how i should do?
Traceback (most recent call last):
File "F:\Edge Download\neml-1.5.4\neml-1.5.4\examples\tutorial.py", line 3, in
from neml import solvers, models, elasticity, drivers, surfaces, hardening, visco_flow, general_flow, parse
ImportError: cannot import name 'solvers' from 'neml' (F:\Edge Download\neml-1.5.4\neml-1.5.4\neml_init_.py)
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: