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

Installation issue #2

Open
Jeru2023 opened this issue May 31, 2024 · 6 comments
Open

Installation issue #2

Jeru2023 opened this issue May 31, 2024 · 6 comments

Comments

@Jeru2023
Copy link

Why I'm getting below error, please kindly help, btw what's the name of the conda new env?
(replica) PS D:\code\MegFaceAnimate> conda env create -f environment.yaml
Collecting package metadata (repodata.json): done
Solving environment: failed

ResolvePackageNotFound:

  • ld_impl_linux-64==2.38=h1181459_1
  • tbb==2021.8.0=hdb19cb5_0
  • libuuid==1.41.5=h5eee18b_0
  • cudatoolkit-dev==11.7.0=h1de0b5d_6
  • mpc==1.1.0=h10f8cd9_1
  • gmp==6.2.1=h295c915_3
  • jinja2==3.1.3=py310h06a4308_0
  • readline==8.2=h5eee18b_0
  • libcufft==10.7.2.124=h4fbf590_0
  • xz==5.4.6=h5eee18b_0
  • pytorch-cuda==11.7=h778d358_5
  • mpfr==4.0.2=hb69a4c5_1
  • markupsafe==2.1.3=py310h5eee18b_0
@Inferencer
Copy link

Inferencer commented May 31, 2024

You on windows or linux?

Btw the env name will be megactor

@nitinmukesh
Copy link

@Inferencer
He is using Windows.

I have the same question, is it going to work on Windows?

@Inferencer
Copy link

Inferencer commented May 31, 2024

@Inferencer He is using Windows.

I have the same question, is it going to work on Windows?

so when working with windows you will need to remove the extended version so it will be

ld_impl_linux-64==2.38
tbb==2021.8.0
libuuid==1.41.5
cudatoolkit-dev==11.7.0
mpc==1.1.0
gmp==6.2.1
jinja2==3.1.3
readline==8.2
libcufft==10.7.2.124
xz==5.4.6
pytorch-cuda==11.7
mpfr==4.0.2
markupsafe==2.1.3

this will install most of them but there might be some stuff you need to find a windows version for for instance
ld_impl_linux-64==2.38
given that this has Linux in the words and i cant find a windows a windows package (only did a quick search) i suggest you use WSL to run a linux env on windows

@nitinmukesh
Copy link

@Inferencer He is using Windows.
I have the same question, is it going to work on Windows?

Thank you for your work on this. I would like to mention that a lot of users use Windows and they miss out on these tools which are meant primarily for Linux. The main reason being not everyone is Technical.

I would request if there is any possibility to support this on Windows in future will be helpful.

@EvePhil
Copy link
Collaborator

EvePhil commented Jun 3, 2024

Thx for trying our work!
Sorry for the confusion, we have marked the conda config was intended for a Linux setup.
We plan to work on a Windows setup after releasing data cuartion and training script stuff, may not be very soon as code optimization may take some time.
Afaik the python package part should be the same for a windows setup, so removing some certain Linux libaries should work on Windows, not sure cause we don't have a windows setup at hand right now.

@DenRakEiw
Copy link

Thanks for your work.
Maby a installer for Pinokio would help all the windows and mac users.
https://github.com/pinokiocomputer/pinokio

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

5 participants