bnpy / bnpy

Bayesian nonparametric machine learning for Python
Other
210 stars 58 forks source link

ValueError when import bnpy #32

Closed brainfo closed 4 years ago

brainfo commented 4 years ago
import bnpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/data4/jh/anaconda3/envs/py27/lib/python2.7/site-packages/bnpy/__init__.py", line 49, in <module>
    ' Cannot save results to disk')
ValueError: Environment variable BNPYOUTDIR not specified. Cannot save results to disk

How to specify the env variable, any requirement? or any loc is fine?