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
Hello there. I have been trying to run main.py file but I am continuously getting the following error message.
Can you please recheck the config.py, or let me know how can I solve it.
Traceback (most recent call last):
File "main.py", line 4, in
from utils.logger import logger
File "/home/o-ran/AI-Powered-5G-OpenRAN-Optimizer/src/utils/logger.py", line 5, in
from src.config import LOG_DIR, LOG_LEVEL
ModuleNotFoundError: No module named 'src'
The text was updated successfully, but these errors were encountered:
Hello there. I have been trying to run main.py file but I am continuously getting the following error message.
Can you please recheck the config.py, or let me know how can I solve it.
Traceback (most recent call last):
File "main.py", line 4, in
from utils.logger import logger
File "/home/o-ran/AI-Powered-5G-OpenRAN-Optimizer/src/utils/logger.py", line 5, in
from src.config import LOG_DIR, LOG_LEVEL
ModuleNotFoundError: No module named 'src'
The text was updated successfully, but these errors were encountered: