pathos package in windows Operating System

痴心易碎 提交于 2019-12-07 02:16:26

I'm the pathos author. This worked for me:

  • installed Visual Studio Community 2015 RC
  • installed Python Tools 2.2 RC for Visual Studio 2015
  • installed Microsoft Visual C++ Compiler for Python 2.7
  • installed Miniconda 3.10.1 (64-bit) for Python 2.7
  • installed Git for Windows 1.9.5-preview20150319
  • conda install pip
  • conda install setuptools
  • pip install git+https://github.com/uqfoundation/pathos.git@master

pathos is pure python, however one of it's dependencies requires a C compiler, and you can use the free MSVC.

Carlos Gavidia-Calderon

I face the same issues when installing the pathos package on Windows 10. What worked for me was following the procedure described by Mike until the last step, that I replaced with the following:

pip install pathos --no-cache-dir

To prevent pip from going to the cache.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!