pm4py / pm4py-core

Public repository for the PM4Py (Process Mining for Python) project.
https://pm4py.fit.fraunhofer.de
GNU General Public License v3.0
722 stars 286 forks source link

Request for information: C++ compiler requirements under Windows #153

Closed smillies closed 4 years ago

smillies commented 4 years ago

Hello there, I am new to pm4py. I work under Windows, and due to company policies I do not understand am not allowed to install MS Visual Studio CE, and can't get an official license for the full version at the moment. Two questions:

fit-alessandro-berti commented 4 years ago

Dear smillies,

The question is complicated; it depends on your operating system and the version of Python that you install. Moreover, it depends on the fact that you use classic Python or Miniconda/Anaconda (the compiler for the two versions is different).

My suggestion is to try to install Anaconda Python 3.7 and then do "pip install pm4py". Possibly the installation succeeds without requiring any VS C++ installation (that is strictly required below Python 3.7). Possibly the installation will fail, but then you will get some error message and then we can search for some workaround

In any case, we provide a .ZIP of a Miniconda 3.7 installation containing all the dependencies. That can be found at the address https://drive.google.com/open?id=1C5Gno-vSQ_9dQPRC-APKAsnDnRgrmMc0

Have a nice day

Sincerely Alessandro

smillies commented 4 years ago

Thanks for the help with the Minikonda archive!