小编Mar*_*rko的帖子

为scipy安装BLAS和LAPACK的最简单方法是什么?

我想运行一个别人准备的程序,它包括scipy.我曾尝试安装scipy

pip install scipy
Run Code Online (Sandbox Code Playgroud)

但它给了我一个很长的错误.我知道Anaconda和Canopy有各种各样的方法,但我认为这些方法很长.我想要一个简短的方法.我也试过了

G:\determinator_Oskar>pip install scipy
Collecting scipy
  Using cached scipy-0.16.1.tar.gz
Building wheels for collected packages: scipy
  Running setup.py bdist_wheel for scipy
  Complete output from command g:\myve\scripts\python.exe -c "import setuptools;
__file__='e:\\temp_n~1\\pip-build-1xigxu\\scipy\\setup.py';exec(compile(open(__f
ile__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d e:\temp_
n~1\tmp07__zrpip-wheel-:
  lapack_opt_info:
  openblas_lapack_info:
    libraries openblas not found in ['g:\\myve\\lib', 'C:\\']
    NOT AVAILABLE

  lapack_mkl_info:
  mkl_info:
    libraries mkl,vml,guide not found in ['g:\\myve\\lib', 'C:\\']
    NOT AVAILABLE

    NOT AVAILABLE

  atlas_3_10_threads_info:
  Setting PTATLAS=ATLAS
    libraries tatlas,tatlas not found in g:\myve\lib
    libraries lapack_atlas not found in g:\myve\lib …
Run Code Online (Sandbox Code Playgroud)

python numpy

36
推荐指数
4
解决办法
9万
查看次数

关键:延期中未处理的错误:

我正在开发蜘蛛项目,我已经搬到了新的计算机上.现在我正在安装所有东西,我遇到了扭曲的问题.我已经读过这个bug,我已经安装了pywin32,然后还安装了WinPython,但它没有帮助.我试图用这个命令更新Twisted

pip install Twisted --update
Run Code Online (Sandbox Code Playgroud)

正如在论坛中所建议的,但它说pip install没有--update选项.我也跑了

python python27\scripts\pywin32_postinstall.py -install
Run Code Online (Sandbox Code Playgroud)

但没有成功.这是我的错误:

G:\Job_vacancies\Python\vacancies>scrapy crawl jobs
2015-10-06 09:12:53 [scrapy] INFO: Scrapy 1.0.3 started (bot: vacancies)
2015-10-06 09:12:53 [scrapy] INFO: Optional features available: ssl, http11
2015-10-06 09:12:53 [scrapy] INFO: Overridden settings: {'NEWSPIDER_MODULE': 'va
cancies.spiders', 'SPIDER_MODULES': ['vacancies.spiders'], 'DEPTH_LIMIT': 3, 'BO
T_NAME': 'vacancies'}
2015-10-06 09:12:53 [scrapy] INFO: Enabled extensions: CloseSpider, TelnetConsol
e, LogStats, CoreStats, SpiderState
Unhandled error in Deferred:
2015-10-06 09:12:53 [twisted] CRITICAL: Unhandled error in Deferred:


Traceback (most recent call last):
  File "c:\python27\lib\site-packages\scrapy\cmdline.py", line …
Run Code Online (Sandbox Code Playgroud)

twisted python-2.7 deferred

1
推荐指数
1
解决办法
4751
查看次数

标签 统计

deferred ×1

numpy ×1

python ×1

python-2.7 ×1

twisted ×1