腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
在
Python
上
安装
Github
包
的
问题
、
我是
Github
的
新手,我想
安装
一个模块C:\Users\memonkey>pip install git+git://
github
.com/bitsoex/bitso-pyCollecting git+git://
github
.com/bitsoex/bitso-py Cloning git://
gith
浏览 7
提问于2017-07-06
得票数 0
1
回答
来自
github
的
pip
安装
不会
安装
所有内容
、
我想从
github
安装
一个
python
包
。看起来pip install https://
github
.com/codelucas/newspaper/archive/
python
-2-head.zip是个不错
的
选择。但是,这只
安装
您可以找到
的
python
文件,而不
安装
其他文件夹。
包
因此而中断。如果我运行pip instal
浏览 0
提问于2015-04-02
得票数 1
4
回答
在
带
python
3
的
OSX - virtualenv
上
pip
安装
FuzzySet失败
、
、
、
我正在尝试
在
我
的
虚拟环境中
安装
FuzzySet: (virtualenv) machine:user$ pip install FuzzySet 我得到了这个错误: (virtualenv) machinesatisfied: setuptools in /Users/dedeco/Envs/Craw/lib/
python
3.6/site-packages (from
python
-levenshtein/3.6.1/
浏览 24
提问于2018-01-28
得票数 4
回答已采纳
1
回答
我
在
安装
PyDictionary时遇到了麻烦
、
我还尝试通过输入"
python
(3) -m installing“来
安装
这个
包
,我之前
安装
了这个
包
,没有(
python
3.10)
问题
,但没有o
python
3.10.64Coll
浏览 9
提问于2022-06-03
得票数 -1
1
回答
Fiware keyrock
安装
我
在
安装
和设置keyrock开发环境时遇到了
问题
。我们已经根据设置并
安装
了virtualenv。Traceback (most recent call last): File "/root/.virtualenvs/idm_tools/lib/
python
2.7/site-packa
浏览 0
提问于2015-07-23
得票数 1
1
回答
pyodbc模块不适用于
Python
3。
、
我刚刚过渡到Mac (从Win),我找不到合适
的
方式来使脚本工作(它在Win
上
做了)。如果我
在
预先存在
的
python
版本(2.7.10)中输入工作区,我可以导入该模块,但是脚本
在
以下方面失败: pyodbc.Error: ('00000[iODBC][Driver Manager]dlopen({SQL Server},
浏览 3
提问于2016-09-14
得票数 0
回答已采纳
2
回答
安装
Github
上
的
Python
包
、
、
、
、
第一步是
安装
。我是
Python
的
新手,到目前为止,我只通过easy_install、pip或windows二进制文件
安装
过
包
。如何开始
安装
DeCaf
包
?我尝试从
Github
下载压缩
包
,并
安装
python
setup.py,但似乎不起作用。我使用
的
是Windows7,使用
的
是Anaconda 1.8。G
浏览 2
提问于2014-01-17
得票数 3
4
回答
从
Github
导入
Python
库
、
、
、
、
我是
Python
新手,所以这听起来很傻。我想使用我
在
Github
上
找到
的
Python
库,比如说
在
https://
github
.com/praw-dev/praw
上
,我希望将来能够使用git pull来获取最新
的
提交。
问题
:应该在项目目录中删除除praw目录之外
的
所有内容,然后
在
脚本中执行import praw吗?
在<
浏览 15
提问于2013-11-13
得票数 46
1
回答
从已
安装
的
PIP
包
访问文件
、
、
我已经使用pip install
安装
了一个
python
包
。我已经识别了/usr/local/lib/
python
2.7/dist-packages中
的
包
文件夹。我现在要做
的
是访问教程文件和/或该特定
包
的
示例。我知道,基于与此
包
相关
的
github
页面,它有示例,我可以在网页
上
看到示例文件夹。我想问一下,<e
浏览 1
提问于2014-06-04
得票数 1
回答已采纳
2
回答
运行多行语句时Atom中
的
Python
语法错误
、
问题
:如何在中执行多行
Python
语句? File "<ipython-input-6-2e8a724ca55e>", line要解决此
问题
,我通过卸载Atom、删除.Atom文件(包含
包
和设置),然后重新
安装
Atom,
浏览 0
提问于2019-04-10
得票数 3
1
回答
在
Heroku
上
构建支持ffmpeg
的
python
opencv
、
、
、
、
我正在使用这个构建包在heroku
上
安装
ffmpeg。heroku buildpacks:add --index 2 https://
github
.com/shunjikonishi/heroku-buildpack-ffmpeg.githeroku buildpacks:add --index 3 https://
gi
浏览 24
提问于2017-03-02
得票数 2
回答已采纳
1
回答
在
Anaconda3中
安装
pysystemtrade
、
我
的
Windows10电脑
上
安装
了Anaconda3。我想
安装
来自
GitHub
的
pysystemtrade
包
。这是作者
的
说明 “这个
包
不是托管
在
pip
上
的
。所以要获得代码,最简单
的
方法是使用git: git clone https://
github
.com/robcarver17/pysystemtrade
浏览 21
提问于2020-12-20
得票数 1
2
回答
使用PIP从
Github
安装
Python
包
、
、
我已经看过文档,你可以通过pip
安装
一个托管
Python
包
的
Github
:但是,这似乎会将软件
包
安装
到当前工作目录,而这几乎不是它应该在
的
位置。您如何指示pip将其
安装
到标准
Python
包
目
浏览 1
提问于2012-02-23
得票数 14
回答已采纳
3
回答
错误:未找到TensorFlow
的
安装
、
概述相关 我知道相关
的
线索和文章,包括这些。2.2.0 2018-07-25 [1] CRAN (R
浏览 1
提问于2019-05-06
得票数 8
4
回答
无法
在
windows 10服务器
上
安装
python
库
、
、
、
由于空间
问题
,我已经
在
server.But
上
安装
了Microsoft Visual C++ 2014,而没有
在
服务器
上
安装
完整visual studio
安装
程序。我正在尝试
安装
这个库。pip install libpff-
python
我正在使用上面的库,用于outlook PST data extraction.Its,
在
我
的
本地机器
上
运行良好。但是,我
浏览 53
提问于2018-09-13
得票数 1
2
回答
谁更新pip软件
包
版本?
、
、
直到我注意到pip
安装
了一个过时
的
版本,我才发现有一个软件
包
没有完成我
在
它
的
文档中看到
的
内容。
在
pip软件
包
页面上,似乎是最后一次更新2014年,但当我
安装
时,
包
文件
在
2013年中期版本化。更新pip
包
是如何工作
的
,谁应该这么做?项目维护人员(
在
github
上
,还是
在
pip页面上?)
浏览 1
提问于2015-01-29
得票数 3
回答已采纳
2
回答
Music21 AttributeError:模块'importlib‘没有属性'util’
、
、
、
我正在尝试
在
python
中使用music21。我已经将
包
导入到了PyCharm中,但是当我使用下面的代码行时: import music21
在
我
的
文件开头,它给了我: Traceback (most recent call last):= importlib.util.find_spec(modName) AttributeError: module 'importlib' has no attribute 'util' 当我尝试从
python
浏览 76
提问于2021-01-26
得票数 0
回答已采纳
9
回答
如何在Windows中
安装
XGBoost
包
、
我尝试
在
python
中
安装
XGBoost
包
。我使用
的
是64位
的
windows操作系统。我已经经历了以下几个步骤。软件
包
目录指出xgboost对于windows是不稳定
的
,并且被禁用:
在
windows
上
的
pip
安装
当前被禁用以进行进一步
的
调查,请从
github
安装
。我不是很精通Visual Studio,
在
构建X
浏览 6
提问于2016-02-20
得票数 14
3
回答
Pip
安装
-找不到满足要求
的
版本
、
、
、
我正在尝试使用pip
安装
一个名为
的
包
。但它一直显示“找不到满足要求
的
版本”
的
错误。我已经在网上搜索了解决方案。有一些解释说要尝试pip freeze > requirements.txt。这里
的
问题
是什么?我到底应该怎么做才能
安装
这个
包
? 谢谢!
浏览 17
提问于2016-08-12
得票数 7
回答已采纳
1
回答
PyCharm不使用选定
的
虚拟环境
、
、
、
在
我
的
/Users/janos/dev/git/
github
/bashoneliners项目中,我有一个virtualenv子目录,严格地将项目的依赖项
安装
在其中:这与PyCharm社区版5.0.3有关。 我以前
在
PyCharm
的
旧版本中没有这个
问
浏览 7
提问于2016-01-01
得票数 6
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
云直播
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券