Coder Social home page Coder Social logo

Comments (5)

zb-zuishuai avatar zb-zuishuai commented on July 23, 2024 2

昨晚搞定了,首先你要下载vs2019,然后安装c++,然后根据这篇csdn进行环境变量的配置https://blog.csdn.net/SINPER123/article/details/124920875

from draggan.

justinjohn0306 avatar justinjohn0306 commented on July 23, 2024 2

Just install MSVS19 and then run these cmd on the anaconda prompt:
%comspec% /k "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
and then
set DISTUTILS_USE_SDK=1

from draggan.

WeiquanWa avatar WeiquanWa commented on July 23, 2024 1

@ruY9527 I had a same issue that was solved by installing VS 2017 or 209 on my local. After installing VS 20xx, open the vs developer prompt window and get the cl path by typing where cl. Take the directory of your cl.exe file and add it to your PATH environment. After that, the issue will go away.

from draggan.

Bigfield77 avatar Bigfield77 commented on July 23, 2024

Thanks for the guide,

I needed to pip install IPython

And also needed to add the python libs to the LIB environment variable :
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Users\XXX\AppData\Local\Programs\Python\Python310\libs

Then it started

from draggan.

20070951 avatar 20070951 commented on July 23, 2024

用everything找到了cl.exe的位置,然后添加到环境变量path中

from draggan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.