We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
(1)https://blog.csdn.net/qq_60399965/article/details/127055831?csdn_share_tail=%7B%22type%22%3A%22blog%22%2C%22rType%22%3A%22article%22%2C%22rId%22%3A%22127055831%22%2C%22source%22%3A%22cosyork2002%22%7D&fromshare=blogdetail (2)https://blog.csdn.net/weixin_43907074/article/details/120506944
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: