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
when i run the pwmlff_main.py it gives this error:
File "/mnt/c/Users/*****/Desktop/PWMLFF/src/pre_data/dfeat_sparse.py", line 23, in
from read_all import read_allnn
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'read_all'
Which library is read_all. I could not find it in pip or in the src/ directory.
Asif
The text was updated successfully, but these errors were encountered:
I apologize for not getting back to you until now. The problem is due to the fact that part of the Fortran code in the software you installed was not compiled successfully. @Asif-Iqbal-Bhatti
Hello,
when i run the pwmlff_main.py it gives this error:
File "/mnt/c/Users/*****/Desktop/PWMLFF/src/pre_data/dfeat_sparse.py", line 23, in
from read_all import read_allnn
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'read_all'
Which library is read_all. I could not find it in pip or in the src/ directory.
Asif
The text was updated successfully, but these errors were encountered: