简体   繁体   English

使用防火墙在Windows上手动安装pyodbc

[英]Manually installing pyodbc on Windows with firewall

I am trying to install pyodbc on my work machine which has a firewall. 我正在尝试在我的工作机器上安装pyodbc,它有一个防火墙。 So I donwnloaded pyodbc-3.0.7.zip, and tried to install it manually with the following command: 所以我没有加载pyodbc-3.0.7.zip,并尝试使用以下命令手动安装它:

pip install C:\\Users\\AppData\\Local\\Continuum\\Anaconda\\pkgs\\pyodbc-3.0.7.zip pip install C:\\ Users \\ AppData \\ Local \\ Continuum \\ Anaconda \\ pkgs \\ pyodbc-3.0.7.zip

But it did not work. 但它没有用。 From searching around, if I want to continue on in this path, it looks like I need to compile the c++ source. 从搜索周围,如果我想继续这条路径,看起来我需要编译c ++源代码。

Is this the only way to go if I want to install pyodbc manually? 如果我想手动安装pyodbc,这是唯一的方法吗?

Select the appropriate exe for your CPU architecture from here . 此处为您的CPU架构选择适当的exe Once the executable is downloaded, an active network connection isn't needed. 下载可执行文件后,不需要活动的网络连接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM