Open xrhm31 opened 1 year ago
Please remove the first line and see what happens.
I removed the first line, but still encountered the following error.
Please move your script try.py
to a directory outside of the package directory. It looks like this causes the python fails to find the package.
I tried it,and find it still error.
This is my init.py .
See if CascadeForestClassifier
could be successfully imported if you remove the __init__.py
.
I remove the init.py,then it still couldnot find the CascadeForestClassifier.
ImportError: cannot import name 'CascadeForestClassifier' from 'deepforest' (unknown location)
then I try to restore the init.py and change its code from github . but this has created new problems.
dont use "pip install deepforest”, its wrong and in doc "pip install deep-forest" but it not work too "ERROR: No matching distribution found for deep-forest" so, i install it from source "python setup.py install" and it work
I tried the example, but encountered some issues. Could you please advise me on how to solve them? ImportError: cannot import name 'CascadeForestClassifier' from 'deepforest' .