hddm-devs / hddm

HDDM is a python module that implements Hierarchical Bayesian parameter estimation of Drift Diffusion Models (via PyMC).
http://ski.clps.brown.edu/hddm_docs/
Other
263 stars 119 forks source link

Can't install hddm on conda virtual env Python 3.5 Ubuntu 18.04 #64

Closed nik0lai closed 4 years ago

nik0lai commented 4 years ago

I created a virtual environment using:

conda create -n hddm python=3.5

and then tried to install hddm by using