Questions tagged «anaconda»

2
如何在Anaconda(Conda)中搜索和安装包
我正在尝试安装,pandoc所以我没有conda install pandoc弹出任何东西,它告诉我搜索。我搜索过anaconda search -t conda pandoc,结果如下......如何安装zhenxieit/pandoc?我正在尝试安装它来从我的iPython文档中制作.pdf文件,所以我认为这是最好的。我尝试conda install zhenxieit/pandoc但是没有用,然后我尝试了conda install --name zhenxieit/pandoc,没有雪茄。 Using binstar api site https://api.anaconda.org Run 'anaconda show <USER/PACKAGE>' to get more details: Packages: Name | Version | Package Types | Platforms ------------------------- | ------ | --------------- | --------------- ???/pandoc | 1.12.3 | conda | linux-64 BjornFJohansson/pandocfilters | …

1
“ ssh -X”无法打开matplotlib数字
很多时候,我会进入另一台计算机来执行python工作。在编写代码时,我喜欢打开一个ipython shell以进行快速测试。由于某些原因,我无法让matplotlib打开数字。这是一个例子: [mwoods@linux_box ~]$ ssh -X me@mac_machine Password: Last login: Fri Dec 15 13:03:37 2017 mwoods:~ /path/to/ipython Python 3.6.3 |Anaconda, Inc.| (default, Oct 6 2017, 12:04:38) Type ‘copyright’, ‘credit’ or ‘license’ for more information IPython 6.1.0 — An enhanced Interactive Python. Type ‘?’ for help. In [1]: import matplotlib as …


0
pip错误:找不到Fortran编译器,但编译器已经存在
我正在尝试使用pip为PyAstronomy安装外部库: pip install PyAstronomy_ext 我通过Anaconda命令提示符执行此操作。 我第一次运行命令时出现以下错误: building 'PyAstronomy_ext.forTrans.occultnl' extension error: extension 'PyAstronomy_ext.forTrans.occultnl' has Fortran sources but no Fortran compiler found ---------------------------------------- Failed building wheel for PyAstronomy-ext 和 Command "c:\users\matte\anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\matte\\AppData\\Local\\Temp\\pip-install-5pkiwi34\\PyAstronomy-ext\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\matte\AppData\Local\Temp\pip-record-bok3jklv\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.