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
In Windows 10 OS, after pip installation of pymoose, the import command raises an error:
File "C:\ProgramData\Anaconda3\lib\site-packages\moose\moose.py", line 21, in
from moose._moose import *
ModuleNotFoundError: No module named 'moose._moose'
Seems to be related to the "_moose.so"?
The text was updated successfully, but these errors were encountered:
In Windows 10 OS, after pip installation of pymoose, the import command raises an error:
File "C:\ProgramData\Anaconda3\lib\site-packages\moose\moose.py", line 21, in
from moose._moose import *
ModuleNotFoundError: No module named 'moose._moose'
Seems to be related to the "_moose.so"?
The text was updated successfully, but these errors were encountered: