博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Python3 easyinstall error
阅读量:6067 次
发布时间:2019-06-20

本文共 412 字,大约阅读时间需要 1 分钟。

When installing some supported packages in python3.2.2, usually got a error: (cannot remember clearly but like array object or so)

 

Try to change the following file:

%python%/Lib/distutils/command/build_scripts.py    line 15:

first_line_re = re.compile(b'^#!.*python[0-9.]*([ \t].*)?$')

to:

first_line_re = re.compile('^#!.*python[0-9.]*([ \t].*)?$')

转载于:https://www.cnblogs.com/kongs/archive/2011/11/14/2248415.html

你可能感兴趣的文章
VM EBS R12迁移,启动APTier . AutoConfig错误
查看>>
atitit.细节决定成败的适合情形与缺点
查看>>
iOS - Library 库
查看>>
MATLAB 读取DICOM格式文件
查看>>
spring事务管理(Transaction)
查看>>
django.contrib.auth登陆注销学习
查看>>
js执行本地exe文件的3种方法
查看>>
理解B树索引
查看>>
vi编辑器的命令集合
查看>>
Mysql利用binlog恢复数据
查看>>
解决 Windows启动时要求验证
查看>>
我的友情链接
查看>>
用yum安装mariadb
查看>>
一点IT"边缘化"的人的思考
查看>>
Gallery循环滑动
查看>>
Sql与C#中日期格式转换总结
查看>>
iOS开发流程总结
查看>>
hadoop datanode 启动出错
查看>>
js颜色拾取器
查看>>
IDEA使用(1)intellIJ idea 配置 svn
查看>>