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
Describe the bug
Hello, I tried to install this package in my environment, but I encountered a problem: Traceback (most recent call last):
File "E:LMRtdd.py", line 1, in
import LMRt
File "E:LMRtLMRt__init__.py", line 5, in
from .reconjob import ReconJob
File "E:LMRtLMRtreconjob.py", line 13, in
from .proxy import ProxyDatabase
File "E:LMRtLMRtproxy.py", line 13, in
from pyleoclim.core.ui import (
ModuleNotFoundError: No module named 'pyleoclim.core.ui'
I looked for modules in Core and didn't find a UI module.
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello, I tried to install this package in my environment, but I encountered a problem: Traceback (most recent call last):
File "E:LMRtdd.py", line 1, in
import LMRt
File "E:LMRtLMRt__init__.py", line 5, in
from .reconjob import ReconJob
File "E:LMRtLMRtreconjob.py", line 13, in
from .proxy import ProxyDatabase
File "E:LMRtLMRtproxy.py", line 13, in
from pyleoclim.core.ui import (
ModuleNotFoundError: No module named 'pyleoclim.core.ui'
I looked for modules in Core and didn't find a UI module.
The text was updated successfully, but these errors were encountered: