Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The method to resolve the "import _cutils" issue. #135

Open
huobailiu opened this issue Jan 22, 2024 · 1 comment
Open

The method to resolve the "import _cutils" issue. #135

huobailiu opened this issue Jan 22, 2024 · 1 comment

Comments

@huobailiu
Copy link

I referred to two blog posts while solving the problem. Their links are:(1) http://t.csdnimg.cn/8GBv6 (2)http://t.csdnimg.cn/RttuZ

In summary, the steps are as follows:

(1)Create a new environment for deepforest (Python 3.9)
(2)Add the command for running Cython.
import pyximport
pyximport.install()

(3)Reinstall Visual Studio and the relevant C and compiler packages.

thank u!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant