-
Notifications
You must be signed in to change notification settings - Fork 90
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
Error in Import pyrom #49
Comments
That _iso thing is a compiled object file with a full name something like _iso.cpython-310-x86_64-linux-gnu.so |
Sir, regards, |
I'm sorry, I have no idea about Windows. |
Can you please help ? how to solve the below problem.
regards, |
Sir, pip install -e pyroms/pyroms
Rolling back uninstall of pyroms regards, |
You do need to have a working fortran compiler. It should compile with gfortran once you load the gcc compiler collection. |
Hi, I am having a similar error once I successfully installed pyroms.
Then, if in a python shell I try:
I am working on a linux machine under the conda environment py38 activated with all packages indicated in the instructions for installation. Have you gat oany suggestion on how to fix it? |
Please suggest the possible solutions for following error
import pyroms
Traceback (most recent call last):
File "", line 1, in
File "c:\pyroms_sp\pyroms\pyroms\pyroms_init_.py", line 19, in
from . import tools
File "c:\pyroms_sp\pyroms\pyroms\pyroms\tools.py", line 4, in
from . import _iso
ImportError: DLL load failed while importing _iso: The specified module could not be found.
The text was updated successfully, but these errors were encountered: