phuselab / pyVHR

Python framework for Virtual Heart Rate

Home Page:http://phuselab.di.unimi.it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyVHR-cpu conda environment

ckim0922 opened this issue · comments

Hi there,

It seems like torch vision & torch audio errors are persisting on my end as attached below screenshot after receiving your reply re: a new version of the framework pyVHR 2.0.

Is there anything I can do to have it a go at trying on my M2 MacBook device?

Thanks heaps!

image

Is it possible for you guys to double check yml file? or if you could advise how to overcome this issue, I'd highly appreciate it!

ResolvePackageNotFound describe all packages not installed yet.
You need to move that packages below pip: sentence, as:

pip:
  - torchaudio=0.10.0
  - torchvision=0.11.1

ResolvePackageNotFound describe all packages not installed yet. You need to move that packages below pip: sentence, as:

pip:
  - torchaudio=0.10.0
  - torchvision=0.11.1

Thanks @vcuculo !

I can see that those packages were sitting under dependencies rather than pip, so I moved them to pip instead.

However, I am encountering new issue with mediapipe version as above.

Could you please double check yml or provide me with the appropriate version?

Thanks!

Screenshot 2023-01-16 at 8 50 37 am

@ckim0922 what's your python version?

@vcuculo, Python version I am using is 3.9.15.

Also, I tried on python 3.10 but was getting the same issue.

WechatIMG979

@ckim0922 what's your python version?

Is there a specific python version that I should run?

Thanks for your help in advance!

:)