Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
anhknguyen96 opened this issue Feb 17, 2023 · 1 comment
Open

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

anhknguyen96 opened this issue Feb 17, 2023 · 1 comment

Comments

@anhknguyen96
Copy link

anhknguyen96 commented Feb 17, 2023

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
Copy link
Contributor

hcp4715 commented Nov 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants