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

pyVHR-cpu conda environment #65

Open
ckim0922 opened this issue Jan 15, 2023 · 6 comments
Open

pyVHR-cpu conda environment #65

ckim0922 opened this issue Jan 15, 2023 · 6 comments

Comments

@ckim0922
Copy link

ckim0922 commented Jan 15, 2023

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

@ckim0922
Copy link
Author

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!

@vcuculo
Copy link
Member

vcuculo commented Jan 15, 2023

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

@ckim0922
Copy link
Author

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

@vcuculo
Copy link
Member

vcuculo commented Jan 16, 2023

@ckim0922 what's your python version?

@ckim0922
Copy link
Author

@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
Copy link
Author

@ckim0922 what's your python version?

Is there a specific python version that I should run?

Thanks for your help in advance!

:)

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