avatarify-python icon indicating copy to clipboard operation
avatarify-python copied to clipboard

Installing Avatarify in miniconda give loading for 2days

Open stanleyotf opened this issue 2 years ago • 21 comments

(base) C:\Users\umoek>git clone https://github.com/alievk/avatarify-python.git Cloning into 'avatarify-python'... remote: Enumerating objects: 1477, done. Receiving objects: 92% (1359/1477), 5.05 MiB | 2.31 MiB/sremote: Total 1477 (delta 0), reused 0 (delta 0), pack-reused Receiving objects: 100% (1477/1477), 5.65 MiB | 2.44 MiB/s, done.

Resolving deltas: 100% (954/954), done.

(base) C:\Users\umoek>cd avatarify-python

(base) C:\Users\umoek\avatarify-python>scripts\install_windows.bat conda found Collecting package metadata (current_repodata.json): done Solving environment: done

==> WARNING: A newer version of conda exists. <== current version: 23.1.0 latest version: 23.3.1

Please update conda by running

$ conda update -n base -c defaults conda

Or to minimize the number of packages updated during conda update use

 conda install conda=23.3.1

Package Plan

environment location: C:\Users\umoek\miniconda3\envs\avatarify

added / updated specs: - python=3.7

The following packages will be downloaded:

package                    |            build
---------------------------|-----------------
certifi-2022.12.7          |   py37haa95532_0         149 KB
openssl-1.1.1t             |       h2bbff1b_0         5.5 MB
pip-22.3.1                 |   py37haa95532_0         2.7 MB
python-3.7.16              |       h6244533_0        17.2 MB
setuptools-65.6.3          |   py37haa95532_0         1.1 MB
sqlite-3.41.2              |       h2bbff1b_0         894 KB
wheel-0.38.4               |   py37haa95532_0          82 KB
wincertstore-0.2           |   py37haa95532_2          15 KB
------------------------------------------------------------
                                       Total:        27.6 MB

The following NEW packages will be INSTALLED:

ca-certificates pkgs/main/win-64::ca-certificates-2023.01.10-haa95532_0 certifi pkgs/main/win-64::certifi-2022.12.7-py37haa95532_0 openssl pkgs/main/win-64::openssl-1.1.1t-h2bbff1b_0 pip pkgs/main/win-64::pip-22.3.1-py37haa95532_0 python pkgs/main/win-64::python-3.7.16-h6244533_0 setuptools pkgs/main/win-64::setuptools-65.6.3-py37haa95532_0 sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0 vc pkgs/main/win-64::vc-14.2-h21ff451_1 vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2 wheel pkgs/main/win-64::wheel-0.38.4-py37haa95532_0 wincertstore pkgs/main/win-64::wincertstore-0.2-py37haa95532_2

Downloading and Extracting Packages

Preparing transaction: done Verifying transaction: done Executing transaction: done

To activate this environment, use

$ conda activate avatarify

To deactivate an active environment, use

$ conda deactivate

Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: |

It's keeps loading since 2days Please help

stanleyotf avatar Apr 22 '23 23:04 stanleyotf

This issue has already been reported. Check the other reports if there are any suggestions for what you can try.

JohanAR avatar Apr 23 '23 11:04 JohanAR

Thank you for replying to me But please I saw its says we should use libmamba for it that it will solve the problem. But I have search the whole internet to see steps by steps video on how to solve the conda environment using libmama, please am reaching out to you again to guide me please 🙏

On Sun, Apr 23, 2023, 12:35 PM Johan @.***> wrote:

This issue has already been reported. Check the other reports if there are any suggestions for what you can try.

— Reply to this email directly, view it on GitHub https://github.com/alievk/avatarify-python/issues/574#issuecomment-1519043028, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7LXOYMQMLFHB46AMPDBBU3XCUHWRANCNFSM6AAAAAAXID6EQU . You are receiving this because you authored the thread.Message ID: @.***>

stanleyotf avatar Apr 23 '23 23:04 stanleyotf

Try replying to that person, and perhaps they can offer more detailed instructions?

JohanAR avatar Apr 24 '23 06:04 JohanAR

replace the version of the python on your script\install_windows.bat to the version of python on your pc

call conda create -y -n %CONDA_ENV_NAME% python=3.10.11

that s the line you should edit. the python in it shoulid probably be version 1 so change that

seegunz avatar Apr 25 '23 21:04 seegunz

How do I check for the version of python on my pc

On Tue, Apr 25, 2023, 10:44 PM seegunz @.***> wrote:

replace the version of the python on your script\install_windows.bat to the version of python on your pc

call conda create -y -n %CONDA_ENV_NAME% python=3.10.11

that s the line you should edit. the python in it shoulid probably be version 1 so change that

— Reply to this email directly, view it on GitHub https://github.com/alievk/avatarify-python/issues/574#issuecomment-1522460309, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7LXOYPEXHDOZUY5NDG7GJTXDBAT5ANCNFSM6AAAAAAXID6EQU . You are receiving this because you authored the thread.Message ID: @.***>

stanleyotf avatar Apr 25 '23 21:04 stanleyotf

Please @seegunz I tried it like this!!

(base) C:\Users\umoek>cd avatarify-python (base) C:\Users\umoek\avatarify-python>conda -y -n %CONDA_ENV_NAME% python=3.7 usage: conda-script.py [-h] [-v] command conda-script.py: error: argument command: invalid choice: 'python=3.7' (choose from 'clean', 'compare', 'config', 'creat e', 'info', 'init', 'install', 'list', 'package', 'remove', 'uninstall', 'rename' 'notices') 'run', 'search', 'update', 'upgrade', x + (base) C:\Users\umoek\avatarify-python->conda -y -n %CONDA_ENV_NAME% python=3.10.11 usage: conda-script.py [-h] [-v] command conda-script.py: error: argument command: invalid choice: 'python=3.10.11' (choose from 'clean', 'compare', 'config', 'c reate', 'info', 'init', 'install', 'list', 'package', 'remove', 'uninstall', 'rename', 'run', 'search', 'update', 'upgra de', 'notices')


HYAYINLA OTICE Cunny sclup. I T (base) C:\Users\umoek\avatarify-python>call conda -y -n%CONDA_ENV_NAME% python=3.7 usage: conda-script.py [-h] [-v] command conda-script.py: error: argument command: invalid choice: 'python=3.7¹ (choose from 'clean', 'compare', 'config', 'creat e', 'info', 'init', 'install', 'list', 'package', 'remove', 'uninstall', 'rename', 'run', 'search', 'update', 'upgrade', 'notices') X ENG

Please check if am correct

stanleyotf avatar Apr 25 '23 22:04 stanleyotf

no, u did it wrong. but no worries, just use the default settings there and run the code just the way it says.

then when u are stucked at the solving environment. press CTRL C and press n when the prompts ask u if u want to teminate the progress. it would run to completion but it would give you several errors if u want to run windows.bat. if you got there let me know and i would put you through depending on the error messages it gives you.

seegunz avatar Apr 26 '23 22:04 seegunz

please @seegunz can i have your digit so you could guide me please

‪+1 (914) 520‑6550‬

uglymkay avatar May 08 '23 13:05 uglymkay

please @seegunz can i have your digit so you could guide me please

i ll rather post here so others could benefit from the solution if solved. kindly state the issues u encountered here

seegunz avatar May 09 '23 18:05 seegunz

We were all waiting for your post please we need help om this issue. Thank

Martinjeremy1 avatar May 28 '23 03:05 Martinjeremy1

please i need the same guideliones

cybertronia avatar May 28 '23 13:05 cybertronia

Pls post it having same issue

kokodarkd avatar Jun 17 '23 13:06 kokodarkd

It has been posted a while ago. The issue has the "documentation" tag

JohanAR avatar Jun 17 '23 15:06 JohanAR

It has been posted a while ago. The issue has the "documentation" tag

Please where was it posted

kokodarkd avatar Jun 18 '23 13:06 kokodarkd

As an issue. It has the documentation tag so it's pretty easy to find if you look.

JohanAR avatar Jun 18 '23 15:06 JohanAR

Dm on WhatsApp or look up to my video on YouTube

On Sat, Jun 17, 2023 at 2:35 PM kokodarkd @.***> wrote:

Pls post it having same issue

— Reply to this email directly, view it on GitHub https://github.com/alievk/avatarify-python/issues/574#issuecomment-1595762560, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKL6YJ7DVC4M4ASCGEYL64DXLWXA3ANCNFSM6AAAAAAXID6EQU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- MICKYGEM💎

MICKYGEM avatar Jun 23 '23 21:06 MICKYGEM

Pls where is The link to your youtube video

kokodarkd avatar Jun 28 '23 13:06 kokodarkd

Dm on WhatsApp or look up to my video on YouTube On Sat, Jun 17, 2023 at 2:35 PM kokodarkd @.> wrote: Pls post it having same issue — Reply to this email directly, view it on GitHub <#574 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKL6YJ7DVC4M4ASCGEYL64DXLWXA3ANCNFSM6AAAAAAXID6EQU . You are receiving this because you are subscribed to this thread.Message ID: @.> -- MICKYGEM💎

Pls where is The link to your youtube video

kokodarkd avatar Jun 28 '23 13:06 kokodarkd

‪+234 811 513 3627‬

On Fri, Jun 23, 2023 at 10:59 PM AYODEJI BAMIGBALA OLUWABUSAYOMI < @.***> wrote:

Dm on WhatsApp or look up to my video on YouTube

On Sat, Jun 17, 2023 at 2:35 PM kokodarkd @.***> wrote:

Pls post it having same issue

— Reply to this email directly, view it on GitHub https://github.com/alievk/avatarify-python/issues/574#issuecomment-1595762560, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKL6YJ7DVC4M4ASCGEYL64DXLWXA3ANCNFSM6AAAAAAXID6EQU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- MICKYGEM💎

-- MICKYGEM💎

MICKYGEM avatar Jun 30 '23 04:06 MICKYGEM

Real time fake video call with avatarify installation https://youtu.be/nW5_-zPVmec

On Wed, Jun 28, 2023 at 2:30 PM kokodarkd @.***> wrote:

Pls where is The link to your youtube video

— Reply to this email directly, view it on GitHub https://github.com/alievk/avatarify-python/issues/574#issuecomment-1611417597, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKL6YJZ35QRBFD7CVLKLZ23XNQWYRANCNFSM6AAAAAAXID6EQU . You are receiving this because you commented.Message ID: @.***>

-- MICKYGEM💎

MICKYGEM avatar Jul 02 '23 03:07 MICKYGEM