-
Notifications
You must be signed in to change notification settings - Fork 128
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
Comments
Same problem here, did you find any resolution? |
I gave up and started doing my own methods 😅 |
Just update the version of mediapipe to 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? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: