-
Notifications
You must be signed in to change notification settings - Fork 93
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
PackagesNotFoundError #52
Comments
did you ever get this resolved? torchvision==0.4.2 in particular is giving me this error; if i just install it without specifying a version then pytorch will fail |
I got it running with the commands in the INSTALL file, not the environment.yml, but these were the issues:
|
Related to this issue, I was getting this error when trying to install packages:
It looks like mediapipe no longer publishes a Python 3.6 package, and NextFace uses Python 3.6. The lowest version currently available is for Python 3.8. I changed the
That gets me past install, but it looks like the way numpy handles delimiters has changed, per numpy/numpy#22311 because I'm getting this error:
|
Clean Conda installation and Win64,
I get this:
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
The text was updated successfully, but these errors were encountered: