我试图通过pip安装一个名为"simpleguitk"的软件包.(在使用Python 3.5的Ubuntu 16.04上)
运行后
sudo -H pip3 install simpleguitk
Run Code Online (Sandbox Code Playgroud)
它说安装成功完成.(除了实际上是可选的pygame dependecy)
Collecting simpleguitk
Using cached SimpleGUITk-1.1.3.tar.gz
Collecting Pillow>=2.0.0 (from simpleguitk)
Using cached Pillow-3.4.2-cp35-cp35m-manylinux1_x86_64.whl
Collecting pygame>=1.9.0 (from simpleguitk)
Could not find a version that satisfies the requirement pygame>=1.9.0 (from simpleguitk) (from versions: 1.9.2.dev1, 1.9.2b7, 1.9.2b8)
No matching distribution found for pygame>=1.9.0 (from simpleguitk)
Run Code Online (Sandbox Code Playgroud)
我找不到/usr/local/lib/python3.5/dist-packages或/usr/lib/python3.5或/ usr/lib/python3中的包
当我尝试导入模块时,它说:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'simpleguitk'
Run Code Online (Sandbox Code Playgroud)
我试图重新安装它,但运行:
sudo -H pip3 uninstall simpleguitk
Run Code Online (Sandbox Code Playgroud)
返回:"无法卸载要求simpleguitk,未安装"
我已经在pip 8.1.2和pip …
我试图通过npm安装jquery但是在使用以下命令之后:
npm install jquery
我打开目标文件夹,文件夹为空.(我从cmd复制了以下文字)
> C:\Users\mandar\Desktop\Mady>npm install jquery
C:\Users\mandar
`-- jquery@3.1.1
> npm WARN enoent ENOENT: no such file or directory, open
> 'C:\Users\mandar\package.json'
npm WARN mandar No description
npm WARN mandar No repository field.
npm WARN mandar No README data
npm WARN mandar No license field.
Run Code Online (Sandbox Code Playgroud)
我究竟做错了什么?请帮我
javascript ×1
jquery ×1
node.js ×1
npm ×1
pip ×1
python ×1
python-3.x ×1
pythonpath ×1
ubuntu ×1