我正试着点击我的USB驱动器.按照此网站上的说明进行操作,我下载get-pip.py并运行python get-pip.py(python位于环境路径中).不幸的是脚本通过错误.我已将日志文件上传到此处.错误本身是:
Exception:
Traceback (most recent call last):
File "c:\users\elyashic\appdata\local\temp\tmprkcrtx\pip.zip\pip\_vendor\pkg_resources.py", line 2251, in parsed_version
return self._parsed_version
File "c:\users\elyashic\appdata\local\temp\tmprkcrtx\pip.zip\pip\_vendor\pkg_resources.py", line 2344, in __getattr__
raise AttributeError(attr)
AttributeError: _parsed_version
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\users\elyashic\appdata\local\temp\tmprkcrtx\pip.zip\pip\_vendor\pkg_resources.py", line 2259, in version
return self._version
File "c:\users\elyashic\appdata\local\temp\tmprkcrtx\pip.zip\pip\_vendor\pkg_resources.py", line 2344, in __getattr__
raise AttributeError(attr)
AttributeError: _version
During handling of the above exception, another exception occurred:
Traceback (most recent …Run Code Online (Sandbox Code Playgroud) 我在USB记忆棒上运行PortablePython_1.1_py2.6.1.我的代码依赖于一些未预装的模块.有谁知道是否可以在便携式python安装中添加新模块?简单地将文件夹复制到site-lib似乎不起作用.
我在Windows XP上通过Portable Python 2-7安装了easy_install(通过分发模块).但是当我键入DOS命令时
easy_install pandas
Run Code Online (Sandbox Code Playgroud)
我得到以下内容:

我在互联网上找不到任何"解析"模块("easy_install parse"产生相同的输出)