conda

    0热度

    1回答

    我试图按照link中提到的方式使用conda install into 来安装'进入'包。康达问我降级以下包 The following packages will be DOWNGRADED: astropy: 1.1.2-np110py27_0 --> 1.0.4-np19py27_0 h5py: 2.6.0-np110py27_1 --> 2.5.0-np19py

    0热度

    1回答

    C:\Users\gaucho-ucsb>pip install tradingWithPython Collecting tradingWithPython Using cached tradingWithPython-3.1.0.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most

    1热度

    1回答

    我是一个ubuntu用户,我在我的电脑上安装了Python 2.7.9。 为了使用jupyter笔记本,我下载了anaconda2。 我安装完毕后,我输入命令“jupyter笔记本”,我的浏览器将打开jupyter笔记本后发现,但我不能找到新的python2,所以我去了https://ipython.readthedocs.org/en/latest/install/kernel_install.

    0热度

    1回答

    我在Windows 8.1(均为X64)上使用Anaconda3 4.0.0。我试着通过更新: conda update --all ,我得到的错误: Using Anaconda Cloud api site https://api.anaconda.org Fetching package metadata: .....Error: Could not find URL: https:/

    1热度

    1回答

    我很困惑,如何处理python的模块。有多种安装软件包的方法。我目前使用三种方法。 1)Linux发行 目前的软件包,许多最流行的模块/包,像IPython中,可以通过分配软件包管理器进行安装。这使我可以在系统中访问该包。我不必对我的PATH,用户访问权限做任何事情。它只是工作,直到现在,这是我最喜欢的方法。 2)PIP或畅达 至于开始使用包,这不是那个著名的,他们没有一个分发包。所以我必须在别处

    1热度

    1回答

    我正在为Jupyter编写的R代码添加语法高亮。为了准确,语法高亮超越已经存在的数字,文字的人,等 我的设置: Packges 康达[R 3.2.4 康达4.0版。 6 Jupyter版本4.1.0 使用Chrome运行在Windows 7 我在这里看到类似的实现。不知道是否它拥有自主 https://github.com/merqurio/jupyter_themes 任何想法都欢迎。谢谢。

    4热度

    2回答

    我正在尝试安装Jupyter - 支持Spark在的conda环境中(我使用http://conda.pydata.org/docs/test-drive.html设置)。 我想为此使用apache toree作为Jupyter Kernel。 这里是我做过什么我装蟒蛇后: conda create --name jupyter python=3 source activate jupyter

    0热度

    1回答

    我遇到了同样的 ValueError: scoring must return a number, got [...] (<class 'numpy.core.memmap.memmap'>) instead. 误差为Q34857870讨论。 基于对这个问题的回答,以及我自己的研究,我相信这个问题在scikit-learn版本0.17.1中得到解决,尽管我仍然遇到它。然后我注意到一些奇怪的事 co

    0热度

    1回答

    我已阅读问题here,here和here。基本上,我使用conda环境,我想安装lxml。当我运行pip install lxml时,我收到一条长的错误消息,其中包括Failed building wheel for lxml和error minimum required version of libxslt is 1.1.23。这让我相信,我需要安装libxml2和libxslt到虚拟环境(他们

    0热度

    1回答

    安装Python包我试图用 pip install git+https://github.com/lmkoch/logistic-normal.git 这似乎是工作一个conda环境中安装Python包。该软件包似乎根据conda list和pip list在那里,但是当我尝试导入它,它不能被发现: >>> import logisticnormal ImportError: No modu