English 中文(简体)
错误:指挥科失败: 没有任何此类档案或目录。
原标题:error: command cl.exe failed: No such file or directory Python 3.4

I ve一直试图安装Pyodbc 3.0.7,操作假装。 install 安装,但仍然存在问题。 目前,我点击“ror:突击队”失败: 没有任何此类档案或目录的隔离墙。 我在网上期望的时间比我更长,我还要承认,试图说明正在发生的情况。

Im, 使用了64个截面式的43.4

I ve got 微软SeriesView 10.0。

我已确认这一点。 批号在方案档案(x86)中,Microsoft Visionroom 10.0VC。

我用了64个轨道,因此,我增加了64个圆顶和64个字。 方案档案(x86)

我确认,cl正在方案档案中(x86)Microsoft Visionroom 10.0VCin

我已重新启用了我的电脑,只是为了确保这个问题不会发生。

但是,在我试图安装蚊帐时,我得到以下信息:

C:UsersWilliamDownloadspyodbc-3.0.7pyodbc-3.0.7>python setup.py install
running install
running bdist_egg
running egg_info
writing pyodbc.egg-infoPKG-INFO
writing top-level names to pyodbc.egg-info	op_level.txt
writing dependency_links to pyodbc.egg-infodependency_links.txt
reading manifest file  pyodbc.egg-infoSOURCES.txt 
reading manifest template  MANIFEST.in 
warning: no files found matching  tests* 
writing manifest file  pyodbc.egg-infoSOURCES.txt 
installing library code to builddist.win-amd64egg
running install_lib
running build_ext
building  pyodbc  extension
creating build
creating build	emp.win-amd64-3.4
creating build	emp.win-amd64-3.4Release
creating build	emp.win-amd64-3.4ReleaseUsers
creating build	emp.win-amd64-3.4ReleaseUsersWilliam
creating build	emp.win-amd64-3.4ReleaseUsersWilliamDownloads
creating build	emp.win-amd64-3.4ReleaseUsersWilliamDownloadspyodbc-3.0.7
creating build	emp.win-amd64-3.4ReleaseUsersWilliamDownloadspyodbc-3.0.7pyodbc-3.0.7
creating build	emp.win-amd64-3.4ReleaseUsersWilliamDownloadspyodbc-3.0.7pyodbc-3.0.7src
cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -DPYODBC_VERSION=3.0.7 -IC:Python34include -IC:Python34include /TpC:UsersWilliamDownloadspyodbc-3.0.7pyodbc-3.0.7srcuffer.cpp /Fobuild	emp.win-amd64-3.4ReleaseUsersWilliamDownloadspyodbc-3.0.7pyodbc-3.0.7srcuffer.obj /Wall /wd4668 /wd4820 /wd4711 /wd4100 /wd4127 /wd4191
error: command  cl.exe  failed: No such file or directory

从那里看,作为最后的itch脏努力,我试图清理和建设,但只谈同样的问题。

C:UsersWilliamDownloadspyodbc-3.0.7pyodbc-3.0.7>py -3 setup.py clean --all build_ext --force
running clean
removing  build	emp.win-amd64-3.4  (and everything under it)
 buildlib.win-amd64-3.4  does not exist -- can t clean it
 builddist.win-amd64  does not exist -- can t clean it
 buildscripts-3.4  does not exist -- can t clean it
removing  build 
running build_ext
building  pyodbc  extension
creating build
creating build	emp.win-amd64-3.4
creating build	emp.win-amd64-3.4Release
creating build	emp.win-amd64-3.4ReleaseUsers
creating build	emp.win-amd64-3.4ReleaseUsersWilliam
creating build	emp.win-amd64-3.4ReleaseUsersWilliamDownloads
creating build	emp.win-amd64-3.4ReleaseUsersWilliamDownloadspyodbc-3.0.7
creating build	emp.win-amd64-3.4ReleaseUsersWilliamDownloadspyodbc-3.0.7pyodbc-3.0.7
creating build	emp.win-amd64-3.4ReleaseUsersWilliamDownloadspyodbc-3.0.7pyodbc-3.0.7src
cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -DPYODBC_VERSION=3.0.7 -IC:Python34include -IC:Python34include /TpC:UsersWilliamDownloadspyodbc-3.0.7pyodbc-3.0.7srcuffer.cpp /Fobuild	emp.win-amd64-3.4ReleaseUsersWilliamDownloadspyodbc-3.0.7pyodbc-3.0.7srcuffer.obj /Wall /wd4668 /wd4820 /wd4711 /wd4100 /wd4127 /wd4191
error: command  cl.exe  failed: No such file or directory

我总是用ip子来做,所以我不熟悉,因为我这样做是错误的。 我认为,此时我已耗尽了一切资源,因此,我非常感激。 (Or a prebuiltcop of pyodbc 3.0.7 also work!)

问题回答

您或许会尝试从违约的<代码>Command Prompt上发展。 这并不可行。

页: 1 我利用以下指挥线与适当环境:

C:WindowsSystem32cmd.exe /E:ON /V:ON /T:0E /K "C:Program FilesMicrosoft SDKsWindowsv7.1BinSetEnv.cmd" /RELEASE /x64

你可以在桌面上设立一个新的短.,以便在你想要安装新的板球单元时,你不必打字。

现在 您可以操作一个新的<代码>Command Prompt,并建造一个<代码>Python<> 代码>。

Python 3.4 requires Visual Studio 2010 to compile packages like pyodbc, so if you have a different version installed that s definitely the problem. Simply reinstall Visual Studio and everything should work fine! https://www.microsoft.com/en-us/download/details.aspx?id=23691 If you still have problems consider changing to 3.5 or 3.6 which will soon come out!

Hope it helped, Stam





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Enable PHP highlights in VS 2010?

I ve heard that Visual Studio 2010 Beta 2 has support for PHP. When I load a PHP file though, it has nothing highlighted and is nothing more than a glorified text editor. Is there a way to enable it?...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

Unit Testing .NET 3.5 projects using MStest in VS2010

There s a bug/feature in Visual Studio 2010 where you can t create a unit test project with the 2.0 CLR. https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=483891&wa=...

热门标签