yustarfish 发表于 2017-12-21 22:20:47

进击的小蜗牛 发表于 2017-4-25 22:26
补充两点:一、在cmd中能pip成功需先把Python.exe文件夹目录和pip.py文件夹目录添加到环境变量中,缺一不可 ...

第一点:是Python.exe和pip.exe所在文件夹吧?

木杉c 发表于 2018-1-27 22:28:39

在执行scrapy crawl project提示”ImportError: DLL load failed: 找不到指定的模块”而且import win32api也是这个提示将两个dll文件复制到system32中也没用,请问这该怎么办啊?

木杉c 发表于 2018-1-27 23:22:03

木杉c 发表于 2018-1-27 22:28
在执行scrapy crawl project提示”ImportError: DLL load failed: 找不到指定的模块”而且import win32ap ...

问题已解决,原来是注册表的问题

小可kk 发表于 2018-1-28 11:20:44

安装了谢谢

fanzhu 发表于 2018-2-5 10:42:52

Command "python setup.py egg_info" failed with error code 1 in C:\Users\ADMINI~1
\AppData\Local\Temp\pip-build-97hzm8te\cffi\
为什么我安装scrapy的时候出现这个错误

fanzhu 发表于 2018-2-5 10:57:26

fanzhu 发表于 2018-2-5 10:42
Command "python setup.py egg_info" failed with error code 1 in C:%users\ADMINI~1
\AppData\Local\Tem ...

python换了个低版本就可以了

包子有点咸 发表于 2018-4-2 22:09:38

感谢大神,好用

homy_tao 发表于 2018-5-2 15:13:17

我按照你的方法安装,在装scrapy时出现‘Failed building wheel for cryptography’,是什么意思啊?{:10_254:}

lumber2388779 发表于 2018-5-2 15:48:49

homy_tao 发表于 2018-5-2 15:13
我按照你的方法安装,在装scrapy时出现‘Failed building wheel for cryptography’,是什么意思啊?{:10_2 ...

{:10_277:}没碰到你这个问题,感觉是不是没有管理员权限导致的,好久没跟进这个了

别叫我小阳阳 发表于 2018-5-16 16:53:46

fanzhu 发表于 2018-2-5 10:57
python换了个低版本就可以了

我也是这个问题 能详细说下你怎么解决的吗

别叫我小阳阳 发表于 2018-5-16 16:55:20

Command "python setup.py egg_info" failed with error code 1 in C:\Users\ADMINI~1
\AppData\Local\Temp\pip-build-97hzm8te\cffi\
我在安装scrapy时出现了这个错误,怎么解决呀

904666694 发表于 2018-6-6 11:24:25

这个网址现在下载都是404了

Tom.Error 发表于 2018-6-9 16:03:19

build\temp.win32-3.7\Release\_openssl.c(493): fatal error C1083: Cannot open include file: 'openssl/opensslv.h': No such file or directory
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\cl.exe' failed with exit status 2

    ----------------------------------------
Command "c:\users\administrator\appdata\local\programs\python\python37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\pip-install-5n06clki\\cryptography\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\ADMINI~1\AppData\Local\Temp\pip-record-ji5z57l7\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-5n06clki\cryptography\

按照您的步骤出现了这个错误是怎么回事啊{:5_94:}

lumber2388779 发表于 2018-6-11 14:12:28

Tom.Error 发表于 2018-6-9 16:03
build\temp.win32-3.7\Release\_openssl.c(493): fatal error C1083: Cannot open include file: 'openss ...

看提示应该是你的电脑缺少相应的vs的库

gkx123 发表于 2018-6-15 22:41:54

C:\Users\Administrator\Desktop

astray123 发表于 2018-7-1 15:43:06

pip install安装时遇到权限问题(提示winerror5),尝试用管理员权限打开cmd成功了

mengshi1981 发表于 2020-12-25 15:58:13

安装twisted的时候出现
ERROR: Exception:
Traceback (most recent call last):
File "C:\Users\shimeng\AppData\Local\Programs\Python\Python39\lib\site-packages\pip-20.3.3-py3.9.egg\pip\_vendor\resolvelib\resolvers.py", line 171, in _merge_into_criterion
    crit = self.state.criteria
KeyError: 'twisted'
什么原因,求大侠给看看
页: 1 [2]
查看完整版本: Python3.X下安装Scrapy