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
遵循安装过程,但是出现以下错误:
Traceback (most recent call last):
File "F:\Deep-Forest-master\鸢尾花.py", line 5, in
from deepforest import CascadeForestClassifier
File "F:\Deep-Forest-master\deepforest_init_.py", line 1, in
from .cascade import CascadeForestClassifier, CascadeForestRegressor
File "F:\Deep-Forest-master\deepforest\cascade.py", line 21, in
from . import _io, _utils
File "F:\Deep-Forest-master\deepforest_utils.py", line 7, in
from . import _cutils as _LIB
ImportError: cannot import name 'cutils' from partially initialized module 'deepforest' (most likely due to a circular import) (F:\Deep-Forest-master\deepforest_init.py)
这样应该如何解决?
The text was updated successfully, but these errors were encountered:
遵循安装过程,但是出现以下错误:
Traceback (most recent call last):
File "F:\Deep-Forest-master\鸢尾花.py", line 5, in
from deepforest import CascadeForestClassifier
File "F:\Deep-Forest-master\deepforest_init_.py", line 1, in
from .cascade import CascadeForestClassifier, CascadeForestRegressor
File "F:\Deep-Forest-master\deepforest\cascade.py", line 21, in
from . import _io, _utils
File "F:\Deep-Forest-master\deepforest_utils.py", line 7, in
from . import _cutils as _LIB
ImportError: cannot import name 'cutils' from partially initialized module 'deepforest' (most likely due to a circular import) (F:\Deep-Forest-master\deepforest_init.py)
这样应该如何解决?
The text was updated successfully, but these errors were encountered: