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
261 stars 117 forks source link

can't install hddm in a conda environment with python 3.7 #97

Open anhknguyen96 opened 1 year ago

anhknguyen96 commented 1 year ago

Hi, I'm trying out the hddm package, and these are the following steps that I used to create a conda environment for hddm (with python 3.7 as recommended in the readme):

conda create --name hddm python==3.7
conda activate hddm
conda install -c pymc hddm

an error message appeared:

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

  - hddm -> python[version='2.7.*|3.3.*|3.4.*|3.5.*']

Your python: python==3.7

I'm using a linux machine. I'd appreciate some insights on this. Thank you!

hcp4715 commented 10 months ago

Hi, @anhknguyen96

We've created a docker image for HDDM to make HDDM works. Here it is: https://hub.docker.com/r/hcp4715/hddm. Please let us know if you have any questions when using the docker images.