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
add export PYTHONPATH后,上述问题解决,但是新的错误出现: File "/home/chd1998/anaconda3/lib/python3.12/site-packages/invoke/loader.py", line 3, in
import imp
ModuleNotFoundError: No module named 'imp'
python test_funboost_001.py
11:10:24 "/home/chd1998/anaconda3/lib/python3.12/site-packages/nb_log/set_nb_log_config.py:23" - - 当前项目的根目录是:
/home/chd1998/anaconda3/lib/python312.zip
Traceback (most recent call last):
File "/home/chd1998/anaconda3/lib/python3.12/site-packages/nb_log/set_nb_log_config.py", line 40, in use_config_form_nb_log_config_module
m = importlib.import_module('nb_log_config')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/chd1998/anaconda3/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: