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 exec a .py script in Pycharm always throw the same error:
ModuleNotFoundError: No module named 'alerce.core'; 'alerce' is not a package
I installed the package from Pycharm in my environment but I have not any good
result. I show the code:
I use PyCharm 2023.1.3 (Community Edition) with python3.8 as python interpreter in
my Ubuntu 20.4 system.
Due to this problem I tried to exec the same code in windows 10, CentOS with Pycharm
and directly in command line --> "$python script.py" with the same result. So I think this package has a problem.
The text was updated successfully, but these errors were encountered:
When exec a .py script in Pycharm always throw the same error:
ModuleNotFoundError: No module named 'alerce.core'; 'alerce' is not a package
I installed the package from Pycharm in my environment but I have not any good
result. I show the code:
I use PyCharm 2023.1.3 (Community Edition) with python3.8 as python interpreter in
my Ubuntu 20.4 system.
Due to this problem I tried to exec the same code in windows 10, CentOS with Pycharm
and directly in command line --> "$python script.py" with the same result. So I think this package has a problem.
The text was updated successfully, but these errors were encountered: