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

Stuck on Conda solving environment environment #526

Open
richmind1 opened this issue Mar 13, 2023 · 56 comments
Open

Stuck on Conda solving environment environment #526

richmind1 opened this issue Mar 13, 2023 · 56 comments

Comments

@richmind1
Copy link

richmind1 commented Mar 13, 2023

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.40.1-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: |

i need help

@mleuchi
Copy link

mleuchi commented Mar 13, 2023

exactly I'm currently facing same problem.
please who can help with this i will be really grateful.

@JohanAR JohanAR changed the title having problem Stuck on Conda solving environment environment Mar 13, 2023
@JohanAR
Copy link
Collaborator

JohanAR commented Mar 13, 2023

Edited the issue title so that it actually describes the issue. Wrapped the pasted text in code-tags to make it readable.

@mleuchi

This comment was marked as off-topic.

@JohanAR
Copy link
Collaborator

JohanAR commented Mar 13, 2023

@mleuchi read the error message. That's something completely different than this issue. If you search existing issues for "2020-resolver" you will find several reports about it already. Don't think anyone has solved it yet, but I'm not sure.

Repository owner deleted a comment from mleuchi Mar 13, 2023
Repository owner deleted a comment from mleuchi Mar 13, 2023
@mleuchi

This comment was marked as off-topic.

@mleuchi

This comment was marked as off-topic.

@mleuchi
Copy link

mleuchi commented Mar 13, 2023

what should i do @JohanAR

@JohanAR
Copy link
Collaborator

JohanAR commented Mar 13, 2023

@mleuchi this is not a chat, stop spamming this issue (which is about a different problem) with unrelated questions issues. Use github's search function to search for open issues related to "2020-resolver" like I told you in my previous comment.

@richmind1
Copy link
Author

Edited the issue title so that it actually describes the issue. Wrapped the pasted text in code-tags to make it readable.

please can you help me

@JohanAR
Copy link
Collaborator

JohanAR commented Mar 13, 2023

Edited the issue title so that it actually describes the issue. Wrapped the pasted text in code-tags to make it readable.

please can you help me

If I knew the answer I would tell you. I'm just trying to keep this issue tracker from becoming too much of a mess.

@JohanAR
Copy link
Collaborator

JohanAR commented Mar 14, 2023

Anyone tried googling "conda solving environment" ?

@FrancisKC
Copy link

Anyone tried googling "conda solving environment" ?

yes i did

@JohanAR
Copy link
Collaborator

JohanAR commented Mar 14, 2023

So, what suggested solutions did you try? I assume none of it worked, but it would still be relevant for others who are trying to fix this to know.

@zadkeilpaul
Copy link

@richmind1

You have to wait for about 4 - 5 hours to complete & have internet connection

@Fabulux007
Copy link

Waiting about 4 - 5 hours doesn't seem to work out, I still got stuck in a conda solving environment stage..

@super2231234
Copy link

stuck at solving environment . it can run next day , i need help pls

@zadkeilpaul
Copy link

zadkeilpaul commented Mar 17, 2023 via email

@JohanAR
Copy link
Collaborator

JohanAR commented Mar 17, 2023

@withlove574 that sound like a good idea. If it's nothing too complicated (I know very little about conda or mamba) then I could review and possibly accept PRs, if anyone wants to become a contributor.

I think another problem that might need to be solved is that avatarify-python hasn't specified versions for dependencies, and things have broken when it always installs with the latest available versions. I think this can be solved either by freezing older versions of dependencies that avatarify-python was made for, or modifying the code to work with the latest versions.

There's also the docker version of avatarify-python, that doesn't use conda at all, but I don't know if that works for Windows users or if it's Linux only. I only used the docker version in the past, but currently I can't run avatarify at all since I switched from Xubuntu to Fedora and I haven't got the virtual webcam working here.

@JohanAR
Copy link
Collaborator

JohanAR commented Mar 17, 2023

It's difficult for me to do anything at all for python-avatarify since I can't run it to test if things are working. I'm a fairly experienced Python programmer, but I've only tried conda once and immediately uninstalled it because it messed with my global terminal settings :)

Personally I would much prefer if running in docker would become default, but someone would have to check if that works on Windows too.

@FrancisKC
Copy link

From findings i noticed the problem is from the -c conda-forge. Could there be an alternative to this command?

@JohanAR
Copy link
Collaborator

JohanAR commented Mar 17, 2023

call mamba install -y numpy==1.19.0 scikit-image python-blosc==1.7.0 -c conda-forge

I think this line means to install these packages from conda-forge instead of the normal conda/mamba repository. It is possible that this was necessary in the past, but those packages might be available in the main repo now so coda-forge is no longer necessary.. Just a guess though

@zadkeilpaul
Copy link

zadkeilpaul commented Mar 17, 2023 via email

@zadkeilpaul
Copy link

zadkeilpaul commented Mar 17, 2023 via email

@Linkid11
Copy link

Having the same issue

@Donvickins
Copy link

Donvickins commented Mar 22, 2023

@JohanAR
I solved this on my PC
Guess I will make a PR

@JohanAR
Copy link
Collaborator

JohanAR commented Mar 22, 2023

@JohanAR I solved this on my PC Guess I will make a PR

Sounds good!

@Jessynaija
Copy link

@JohanAR I solved this on my PC Guess I will make a PR

Sounds good!

plz can u help. Can u drop ur number?
i dont mind paying u.
i have been folllowing ur comments on issues since.

@JohanAR
Copy link
Collaborator

JohanAR commented Mar 30, 2023

@Jessynaija sorry, I don't have time to work on avatarify-python at the moment. I can't even run it on my computer right now, so getting it working for someone else would be quite a large task. Especially since I use Linux, so I don't know much about how Windows works.

My job here is currently only to clean up the worst spam, and try to make sure people read the manual :)

@Jessynaija
Copy link

Jessynaija commented Mar 30, 2023 via email

@Jessynaija
Copy link

My issue is getting stuck @ solving environment.
Please do u knw hw I might pass it?

@Jessynaija
Copy link

You can drop a way to reach you. I will be of help. I already dropped the solution on here.

U CAn

You can drop a way to reach you. I will be of help. I already dropped the solution on here.

u can also drop ur email or contact. let me msg u

@Jessynaija
Copy link

[email protected] on iMessage

I HV SENT U MSG

@kamseydgenius
Copy link

@Jessynaija @withlove574
please sirs, i could also use some help on this issue, i have been stuck on solving environments for days now, any useful tip will be greatly appreciated thanks... i sent an email to this effect to @withlove574....

kind reach me [email protected].

thanks.

@JohanAR
Copy link
Collaborator

JohanAR commented Apr 2, 2023

@ostronic if I had the solution, of course I would tell people. Then I would submit a pull request with the fix and close the open issue reports because it wouldn't be an issue anymore.

But until then I'm going to do my best to clean up the mess that people create here every single day. And I'm sorry if I come off brash, but it's really tiresome with people coming here and spamming the issue tracker and demanding help while putting in zero effort themselves.

@daddyiel
Copy link

daddyiel commented Apr 4, 2023

@JohanAR
I solved this on my PC
Guess I will make a PR

Can you share ?

@JohanAR
Copy link
Collaborator

JohanAR commented Apr 4, 2023

@daddyiel I did not write that

@alienfox007
Copy link

You can drop a way to reach you. I will be of help. I already dropped the solution on here.

U CAn

You can drop a way to reach you. I will be of help. I already dropped the solution on here.

u can also drop ur email or contact. let me msg u

GOOD DAY MY EMAIL IS "[email protected]. I am ready to compensate if worked perfect

@alienfox007
Copy link

On 3/17/23, Fabulux007 @.***> wrote:
Waiting about 4 - 5 hours doesn't seem to work out, I still got stuck in a
conda solving environment stage..

--
Reply to this email directly or view it on GitHub:
#526 (comment)
You are receiving this because you commented.

Message ID: @.***>
Maybe it depends on system speed, ram, processor & graphic card

Someone had same issue this morning, I told him to keep waiting, it
will definitely solve environment complete and you will be happy, make
sure your power is enough and internet enough

I am also inerested [email protected]

@alienfox007
Copy link

I am also interested [email protected]

@Donvickins
Copy link

I'm writing my final year exams, hence haven't been able to fully test out the solution before making a pull request.
But basically the fix is about installing another package manager called mamba, by running

conda install -c conda-forge mamba

modify the installation script and change the line

call conda install -y numpy==1.19.0 scikit-image python-blosc==1.7.0 -c conda-forge

to -->

call mamba install -y numpy==1.19.0 scikit-image python-blosc==1.7.0 -c conda-forge

Then change the line

call pip install -r requirements.txt --use-feature=2020-resolver

to -->

call pip install -r requirements.txt

open requirements.txt and change the first line to

opencv-python>=4.2.0.34

That should enable you to install all dependencies correctly.

Cheers

@Donvickins
Copy link

I'm writing my final year exams, hence haven't been able to fully test out the solution before making a pull request. But basically the fix is about installing another package manager called mamba, by running

conda install -c conda-forge mamba

modify the installation script and change the line

call conda install -y numpy==1.19.0 scikit-image python-blosc==1.7.0 -c conda-forge

to -->

call mamba install -y numpy==1.19.0 scikit-image python-blosc==1.7.0 -c conda-forge

Then change the line

call pip install -r requirements.txt --use-feature=2020-resolver

to -->

call pip install -r requirements.txt

open requirements.txt and change the first line to

opencv-python>=4.2.0.34

That should enable you to install all dependencies correctly.

Cheers

Also don't forget to have a strong network connection.

@progressgivejoan
Copy link

I'm writing my final year exams, hence haven't been able to fully test out the solution before making a pull request. But basically the fix is about installing another package manager called mamba, by running

conda install -c conda-forge mamba

modify the installation script and change the line

call conda install -y numpy==1.19.0 scikit-image python-blosc==1.7.0 -c conda-forge

to -->

call mamba install -y numpy==1.19.0 scikit-image python-blosc==1.7.0 -c conda-forge

Then change the line

call pip install -r requirements.txt --use-feature=2020-resolver

to -->

call pip install -r requirements.txt

open requirements.txt and change the first line to

opencv-python>=4.2.0.34

That should enable you to install all dependencies correctly.

Cheers

please can you please do a step by step explanation? I am confused on where to change line and all. thanks

@davi0s

This comment was marked as spam.

@davi0s
Copy link

davi0s commented May 19, 2023

[email protected]

@yES install all with mamba

@alienfox007
Copy link

alienfox007 commented May 19, 2023 via email

@ostronic

This comment was marked as spam.

@ostronic

This comment was marked as spam.

@davi0s
Copy link

davi0s commented May 20, 2023 via email

@ostronic
Copy link

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.40.1-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: |

i need help

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

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

17 participants