alievk / avatarify-python

Avatars for Zoom, Skype and other video-conferencing apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stucked at solving environment? SOLVED. TRY THIS

seegunz opened this issue · comments

realizing many people are having issues with being stucked at solving environment. here is a quick fix for it.

following the process being posted by the OP...

1: git clone https://github.com/alievk/avatarify-python.git => install this in your specified location.
note: install all the application needed for this. then paste the above in your miniconda

2: cd avatarify-python => change the directory

3: we need to create another environment and activate it: you can change the avatarify to your choice of name
conda create -n avatarify
conda activate avatarify
conda install -c anaconda avatarify //(you can skip this, it is probably meaningless but anyways)

4: scripts\install_windows.bat => run the code as usually and then if u are stucked at the solving environment, click CTRL C , this would stop the installation and ask if u want to continue or stop y/n, continue the procedure. i guess n (forgotten the direction)
note: the installing would continue and then when it ends.....

5: run_windows.bat => this would give u errors, probably yaml error. and some other problems there after. use the below code to correct the errors

pip install pyyaml
pip install requests
pip install cv2
pip install scikit-learn
pip install face_alignment
pip install sklearn
pip install pandas

*: you can install them one after the other or just copy and paste the whole of the code into your miniconda.

6: run_windows.bat you should see your avatarify camera pop up, click on the 0 part for your default inbuilt camera. which ever camera works is what you should click.

the above direction should fix your issues.

i'm NEWBIE here. i hope this helps those who are having issues. let me know if it works

to rerun this program after restarting your pc.

  • cd avatarify-python
  • conda activate avatarify ( or what ever environment name you created when u were intalling the {conda create -n avatarify} )
  • run_windows.bat
commented

If you want to, you could try updating install_windows.bat with the missing/incorrect steps and submit a pull request with the changes.

20230501_144714.jpg

Hi everyone who in here can please walk me through this step 🙏🤲

commented

@Blessup5951 use the search function to find issue reports for the error you're getting, there are several made for "no module named yaml".

You're not stuck at "solving environment"

@Blessup5951 use the search function to find issue reports for the error you're getting, there are several made for "no module named yaml".

You're not stuck at "solving environment"

Thanks and how do I go about the search. Can you pls quote the issue where i can find the solution for me. Appreciate y'all

commented

@Blessup5951 sorry, I don't have the time to troubleshoot for people or guide them through the installation. I'm only a volunteer who's trying to prevent this issue tracker from getting too chaotic.

And I'm sorry to say, but if you can't even figure out how to use a search field on a web site then I don't think you have the computer experience to install and run avatarify. This is not like an app from an app store, where you just click a button or two and it's done. You need to be able to read and understand documentation, use the command prompt, and to be able to do some basic troubleshooting if things don't work.

But if you still want to run avatarify, and need someone to do the installation for you, maybe try hiring a local IT service? Personally I wouldn't trust any of the people who are offering help here and want you to call them in private. I think they're 99% scammers but I can't prove it, so github refuses to do anything about it.

20230501_144714.jpg

Hi everyone who in here can please walk me through this step 🙏🤲

you have been told what to do with this issue... you should try to read next time. however, run this...

pip install pyyaml

u are likely going to encounter some more issues. so run this rest command as well

pip install requests
pip install scipy
pip install scikit-learn
pip install face_alignment
pip install sklearn
conda install -c conda-forge scikit-learn
pip install pandas

you probably would get another entire error after all this. do let me know

@seegunz Thanks for the assistance you provided me, I truly appreciate your help. Also sorry for the tardiness of my response. I have just now seen your response to my request. Thank you for letting me know that I may encounter some errors during the installation process. Your warning has helped me prepare for any issues that may arise. I will be following your steps right away. Once again, thank you so much for your assistance. Your efforts are truly appreciated.

my scipy and pip install sklearn isnt installing
please help

Capture0
@seegunz Hi I have been missing in action since the past few week. I just run the command you give out and it looks like there is no changes. Pls help... Appreciated your unflinching support.

I AM AVAILABLE TO HELP ANYONE HAVING ISSUES INSTALLING AVATARIFY ON WINDOWS PC.
HMU ON TELEGRAM @QXChan
Please go straight to the point ‼️

Capture0 @seegunz Hi I have been missing in action since the past few week. I just run the command you give out and it looks like there is no changes. Pls help... Appreciated your unflinching support.

i already dropped the approach to this. do search my previous post

Catch me on WhatsApp ‪+234 811 513 3627‬
On Sun, Jun 18, 2023 at 1:10 AM seegunz @.> wrote: [image: Capture0] https://user-images.githubusercontent.com/131551015/238631221-33e04fe5-0d94-454c-b321-e5aa53ad3103.PNG @seegunz https://github.com/seegunz Hi I have been missing in action since the past few week. I just run the command you give out and it looks like there is no changes. Pls help... Appreciated your unflinching support. i already dropped the approach to this. do search my previous post — Reply to this email directly, view it on GitHub <#573 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKL6YJZZ6GLB2AZKLRNSFVLXLZBPZANCNFSM6AAAAAAXHN3LAE . You are receiving this because you are subscribed to this thread.Message ID: @.>
-- MICKYGEM💎

what for

20230911_201859

Please can you help me out on this appreciate your efforts

What type of help

20230911_201859

Please can you help me out on this appreciate your efforts

Have you received this???

What'sapp text

Anyone to help me step to step to run avatarify . It keep getting stuck at Solving environment .
I will pay to get it done

Reply to my WhatsApp ...

‪+234 811 513 3627‬

Let me also know your type of machine

image
@seegunz assisted me with everything, y’all should contact him.

realizing many people are having issues with being stucked at solving environment. here is a quick fix for it.

following the process being posted by the OP...

1: git clone https://github.com/alievk/avatarify-python.git => install this in your specified location. note: install all the application needed for this. then paste the above in your miniconda

2: cd avatarify-python => change the directory

3: we need to create another environment and activate it: you can change the avatarify to your choice of name conda create -n avatarify conda activate avatarify conda install -c anaconda avatarify //(you can skip this, it is probably meaningless but anyways)

4: scripts\install_windows.bat => run the code as usually and then if u are stucked at the solving environment, click CTRL C , this would stop the installation and ask if u want to continue or stop y/n, continue the procedure. i guess n (forgotten the direction) note: the installing would continue and then when it ends.....

5: run_windows.bat => this would give u errors, probably yaml error. and some other problems there after. use the below code to correct the errors

pip install pyyaml pip install requests pip install cv2 pip install scikit-learn pip install face_alignment pip install sklearn pip install pandas

*: you can install them one after the other or just copy and paste the whole of the code into your miniconda.

6: run_windows.bat you should see your avatarify camera pop up, click on the 0 part for your default inbuilt camera. which ever camera works is what you should click.

the above direction should fix your issues.

i'm NEWBIE here. i hope this helps those who are having issues. let me know if it works

If you need help installing Avatarify, or solving an error, message him on telegram @QXChan
Note: terms and conditions applied!!

I'm stucked at solving environment. Someone should help me please 🙏🏻

I'm stucked at solving environment. Someone should help me please 🙏🏻

ctrc c then N and hit enter