我尝试在Python 3.6中安装以下软件包:
quandl 3.3.0 matplotlib 2.1.1 的numpy 1.14.0 fbprophet 0.2.1 pystan 2.17.0.0 熊猫0.22.0 pytrends 4.3.0
使用
pip install -U quandl numpy pbandas fbprophet matplotlib pytrends pystan
但是,我在fbprophet和pytrends上有很多问题:
文件“ c:\ program files \ python36 \ lib \ site-packages \ pystan \ api.py”,行 14,在导入pystan._api#stanc包装器ImportError:DLL 加载失败:
命令““ c:\ program files \ python36 \ python.exe” -u -c“导入 设置工具 标记化; 文件 ='C:\ Users \ pi1os \ AppData \ Local \ Temp \ pip-install-hiibg5jx \ fbprophet \ setup.py'; f = getattr(标记化, '打开',打开)(文件);代码= f.read()。replace('\ r \ n', '\ n'); f.close(); exec(compile(code, file ,'exec')))“安装 --record C:\ Users \ pi1os \ AppData \ Local \ Temp \ pip-record-d6ddil_s \ install-record.txt --single-version-externally-managed --compile“在C:\ Users \ pi1os \ AppData \ Local \ Temp \ pip-install-hiibg5jx \ fbprophet \
中失败,错误代码为1
我不知道该怎么做...