- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Anaconda:Jupyter Notebook。我正在尝试安装 feature_selector。起初,我跑了:
从 feature_selector 导入 FeatureSelector .但是,它显示“没有名为 feature_selector 的模块”,所以我运行了 点安装功能选择器 ,但它没有成功安装。我收到以下大错误:
ERROR: Complete output from command python setup.py egg_info:
ERROR: ============================================================================
Edit setup.cfg to change the build options
BUILDING MATPLOTLIB
matplotlib: yes [2.1.2]
python: yes [3.7.3 (default, Apr 24 2019, 15:29:51) [MSC
v.1915 64 bit (AMD64)]]
platform: yes [win32]
REQUIRED DEPENDENCIES AND EXTENSIONS
numpy: yes [version 1.16.4]
six: yes [using six version 1.12.0]
dateutil: yes [using dateutil version 2.8.0]
backports.functools_lru_cache: yes [Not required]
subprocess32: yes [Not required]
pytz: yes [using pytz version 2019.1]
cycler: yes [using cycler version 0.10.0]
tornado: yes [using tornado version 6.0.3]
pyparsing: yes [using pyparsing version 2.4.0]
libagg: yes [pkg-config information for 'libagg' could not
be found. Using local copy.]
freetype: no [The C/C++ header for freetype
(freetype2\ft2build.h) could not be found. You may
need to install the development package.]
png: no [The C/C++ header for png (png.h) could not be
found. You may need to install the development
package.]
qhull: yes [pkg-config information for 'libqhull' could not
be found. Using local copy.]
OPTIONAL SUBPACKAGES
sample_data: yes [installing]
toolkits: yes [installing]
tests: no [skipping due to configuration]
toolkits_tests: no [skipping due to configuration]
OPTIONAL BACKEND EXTENSIONS
macosx: no [Mac OS-X only]
qt5agg: yes [installing, Qt: 5.9.6, PyQt: 5.9.6; PySide2 not
found]
qt4agg: no [PySide not found; PyQt4 not found]
gtk3agg: no [Requires pygobject to be installed.]
gtk3cairo: no [Requires cairocffi or pycairo to be installed.]
gtkagg: no [Requires pygtk]
tkagg: yes [installing; run-time loading from Python Tcl /
Tk]
wxagg: no [requires wxPython]
gtk: no [Requires pygtk]
agg: yes [installing]
cairo: no [cairocffi or pycairo not found]
windowing: yes [installing]
OPTIONAL LATEX DEPENDENCIES
dvipng: no
ghostscript: no
latex: no
pdftops: no
OPTIONAL PACKAGE DATA
dlls: no [skipping due to configuration]
============================================================================
* The following required packages can not be built:
* freetype, png * Please check http://gnuwin32.sourc
* eforge.net/packages/freetype.htm for instructions
* to install freetype * Please check http://gnuwin32
* .sourceforge.net/packages/libpng.htm for
* instructions to install png
----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in
最佳答案
https://github.com/WillKoehrsen/feature-selector/issues/9
这应该可以让您安装在任何平台上:
git clone https://github.com/WillKoehrsen/feature-selector.git>
cd feature-selector>
pip install -e .
关于python-3.x - 在 Jupyter Notebook 中安装 feature_selector 时如何解决 egg_info 错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60592800/
我最近升级了 pip,它破坏了一些东西。 我尝试运行这个: sudo pip install -U ipython pyzmq Requirement already up-to-da
我正在尝试在我的 Ubuntu 14.04 LTS 服务器上安装 Discord 机器人。 但是,我不断收到 egg_info 失败。这方面有很多线索,我知道。我已经尝试了在这些线程中找到的所有“解决
您是否将 foo.egg_info 目录保留在版本控制中? 这里有一个例子,在 VC 中使用它会很好: pip install -e foo 其他人添加了一个新的 EntryPoint (pkg_re
我正在尝试通过 pip 在 ubuntu 13.04 上安装 mitmproxy,但每次我遇到此错误时:“命令 python setup.py egg_info failed with error c
尝试在Python 3.6.0上使用pip3安装mysqlclient $ pip3 install mysqlclient Collecting mysqlclient Using cached
我发现最近在尝试安装 Python 时经常出现这种情况。使用 pip 打包,我收到以下错误。 我在网上找到了一个引用,必须使用下载目录中的“python2 setup.py install”,并且确实
我在 colab 工作。我想为我的项目安装 pysal 模块。我收到以下错误。 ERROR: Command errored out with exit status 1: python setup.
我正在尝试在 Ubuntu 18.04 上安装 Apache Airflow: pip install apache-airflow Collecting apache-airflow Using
当我尝试推送 Heroku 时,出现此错误: remote: This backport is for Python 2.7 only. remote: r
我有一个在 Linux 上运行 Python 3.4.2 的 Raspberry Pi。当我尝试安装 Thingspeak 时执行以下命令: pip install thingspeak 我收到此错误
我已经将我的 Python 2.7.x 更新到 3.6,但当我尝试安装任何包时仍然收到此消息。示例:Flask、Kivy.. Command "python setup.py egg_info" fa
无论我尝试安装哪个包,我都会收到此错误: error: invalid command 'egg_info' ---------------------------------------- Clea
每次我尝试部署到 Heroku 时,我都会收到一个类似于这个问题 ( Python pip install fails: invalid command egg_info ) 的错误,我该如何解决这个
除了 Mac OSX 自带的 Python 版本之外,我最近还从他们的网站下载了 python。这是我开始在使用 pip 安装软件包时遇到问题。 sudo pip install -vvv pygoo
当尝试安装flask-mysql时,我收到以下错误消息: Command "python setup.py egg_info" failed with error code 1 in /private
我想安装rpy2,然后安装anaconda和spyder以使用python。 我尝试过这个命令 py -m pip install rpy2 但它给了我这个错误 Command "python set
我正在尝试使用命令在 mac 中安装 Airflow pip install apache-airflow 出现错误 "python setup.py egg_info" failed with er
我最近获得了 python 3.6,并且正在安装 python 软件包。到目前为止,请求已经成功,但是对于 pygame,我收到错误: WARNING, No "Setup" File Exists
Python 新手,但我安装了 v.3.6.3,并且我正在尝试安装 api from github 。我在命令行中输入“pip installendingclub”并收到错误消息: "Command
运行后出现奇怪的错误 $ pip 安装 mysql-python 有没有人见过这样的“egg_info”无效的错误? 我正在运行 OSX mountain lion Downloading/unpac
我是一名优秀的程序员,十分优秀!