我是 Python 新手,任何人都可以帮我解决我安装的这个错误
python 3.3
pip 1.4
但无法NagAconda
通过 pip安装
我的机器是windows 7
错误如下所示:-
C:\Python33>"c:\python33\scripts\pip.exe" install NagAconda
Downloading/unpacking NagAconda
Downloading NagAconda-0.2.1.tar.gz (235kB): 235kB downloaded
Running setup.py egg_info for package NagAconda
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "c:\users\rajars~1\appdata\local\temp\pip_build_rajarshid\NagAconda\setup.py", line 4, in <module>
import NagAconda
File ".\NagAconda\__init__.py", line 19, in <module>
from Plugin import *
ImportError: No module named 'Plugin'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "c:\users\rajars~1\appdata\local\temp\pip_build_rajarshid\NagAconda\setup.py", line 4, in <module>
import NagAconda
File ".\NagAconda\__init__.py", line 19, in <module>
from Plugin import *
ImportError: No module named 'Plugin'
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in c:\users\rajars~1\appdata\local\temp\pip_build_rajarshid\NagAconda
Storing complete log in C:\Users\rajarshid\pip\pip.log
C:\Python33>pause
Press any key to continue . . .