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

Installing Avatarify in miniconda give loading for 2days #574

Open
stanleyotf opened this issue Apr 22, 2023 · 21 comments
Open

Installing Avatarify in miniconda give loading for 2days #574

stanleyotf opened this issue Apr 22, 2023 · 21 comments
Labels
duplicate This issue or pull request already exists

Comments

@stanleyotf
Copy link

(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

@JohanAR JohanAR added the duplicate This issue or pull request already exists label Apr 23, 2023
@JohanAR
Copy link
Collaborator

JohanAR commented Apr 23, 2023

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

@stanleyotf
Copy link
Author

stanleyotf commented Apr 23, 2023 via email

@JohanAR
Copy link
Collaborator

JohanAR commented Apr 24, 2023

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

@seegunz
Copy link

seegunz commented Apr 25, 2023

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

@stanleyotf
Copy link
Author

stanleyotf commented Apr 25, 2023 via email

@stanleyotf
Copy link
Author

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

@seegunz
Copy link

seegunz commented Apr 26, 2023

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.

@uglymkay
Copy link

uglymkay commented May 8, 2023

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

‪+1 (914) 520‑6550‬

@seegunz
Copy link

seegunz commented May 9, 2023

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

@Martinjeremy1
Copy link

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

@cybertronia
Copy link

please i need the same guideliones

@kokodarkd
Copy link

Pls post it having same issue

@JohanAR
Copy link
Collaborator

JohanAR commented Jun 17, 2023

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

@kokodarkd
Copy link

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

Please where was it posted

@JohanAR
Copy link
Collaborator

JohanAR commented Jun 18, 2023

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

@MICKYGEM
Copy link

MICKYGEM commented Jun 23, 2023 via email

@kokodarkd
Copy link

Pls where is The link to your youtube video

@kokodarkd
Copy link

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

@MICKYGEM
Copy link

MICKYGEM commented Jun 30, 2023 via email

@MICKYGEM
Copy link

MICKYGEM commented Jul 2, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

10 participants