redmod-team / profit

Probabilistic Response mOdel Fitting with Interactive Tools
https://profit.readthedocs.io
MIT License
14 stars 10 forks source link

Check Windows installation #140

Open krystophny opened 3 years ago

krystophny commented 3 years ago

Observations/Actions on Windows:

Squadula commented 3 years ago

Additional observations on Windows (using conda environment):

Steps to reproduce:

  1. Create new python3.9 conda environment (profit_env)
  2. Download required packages for profit from README.md via Anaconda
  3. Download additional packages via conda cmd prompt: Chaospy, GPy
  4. Download profit via pip according to this guide. Used commands:
    conda install -n profit_env pip
    conda activate profit_env
    pip install profit
  5. Install git according to this article
  6. Set up conda in git bash (see here)
    profit --help

    image

  7. In examples/mockup/study folder:
    profit --help

    image ... ... ... image

krystophny commented 3 years ago

Robert suggests: Test with zeromq (no interface file) and fork=false (no multiprocessing)

Squadula commented 3 years ago

Adding fork: false to the (local) runner and class: zeromq to interface in run in profit.yaml solves the problem.

Additionally the symbolic links were replaced with the actual files.