markovmodel / pyemma_tutorials

How to analyze molecular dynamics data with PyEMMA
Creative Commons Attribution 4.0 International
71 stars 34 forks source link

launcher not working #153

Closed cwehmeyer closed 5 years ago

cwehmeyer commented 5 years ago

Running the recommended installation and notebook launcher

conda create -n pyemma_tutorials
conda activate pyemma_tutorials
conda install -c conda-forge pyemma_tutorials
pyemma_tutorials

on OSX fails at the last step (launcher) with

Traceback (most recent call last):
  File "/Users/schiffm/Library/miniconda3/envs/pyemma_tutorials/bin/pyemma_tutorials", line 6, in <module>
    from pyemma_tutorials import main
ImportError: cannot import name 'main'