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

Create environment #90

Open
MirandaBiel opened this issue Mar 20, 2024 · 4 comments
Open

Create environment #90

MirandaBiel opened this issue Mar 20, 2024 · 4 comments

Comments

@MirandaBiel
Copy link

Hi, I'm trying to create an environment with the command conda env create --file https://raw.githubusercontent.com/phuselab/pyVHR/pyVHR_CPU/pyVHR_CPU_env.yml, but I believe the pyVHR_CPU_env.yml specs are out of date, anyone can you help me? the first error is that there is no mediapipe version 0.8.8.1

I've already tried both the GPU version and the CPU version, both give errors

@Pablo-Arias
Copy link

Same problem here, did you find any resolution?

@MirandaBiel
Copy link
Author

I gave up and started doing my own methods 😅

@gauthier-th
Copy link

gauthier-th commented Apr 8, 2024

Just update the version of mediapipe to 0.8.11 in a new pyVHR_env.yml file on your computer, and then rerun the command with the local file :

conda env create --file ./pyVHR_env.yml

pyVHR_env.yml content:

name: pyvhr
channels:
  - pytorch
  - rapidsai
  - anaconda
  - conda-forge
  - defaults
dependencies:
  - cudatoolkit=11.3
  - cusignal=21.08.00
  - hdf5=1.10.6
  - pip=21.3.1
  - pytables=3.6.1
  - pytorch=1.10.0
  - pytorch-mutex=1.0
  - python=3.9.7
  - torchaudio=0.10.0
  - torchvision=0.11.1
  - pip:
    - asposestorage==1.0.2
    - autorank==1.1.1
    - biosppy==0.7.3
    - ipython==7.28.0
    - ipywidgets==7.6.5
    - lmfit==1.0.3
    - mediapipe==0.8.11
    - plotly==5.3.1
    - pybdf==0.2.5
    - PySimpleGUI==4.53.0
    - scikit_posthocs==0.6.7
    - scikit-image==0.18.3
    - tqdm==4.62.3
    - tensorflow==2.5.0

edit: maybe could someone do a PR to fix this?

@batonogov
Copy link

batonogov commented Apr 27, 2024

I created a PR.

As a temporary solution you can use my fork.

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

4 participants