-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
conda creating environment endlessly #1061
Comments
removing -n base -c conda-forge it worked, however now it says "mamba" command not found and mamba is not a python module either |
SBC/PC: ? Was this your first install of conda, if so why did you perform #2? TCIII |
The ubuntu install documentation that you linked already has the answer I think;
|
That's what I did but it won't install mamba that way, just stuck |
I believe that arch-user-france1's command line should say (base) when installing mamba, if conda has been installed correctly, and it doesn't so has conda been installed correctly? TCIII |
Conda has been installed correctly. There is no wrong way. |
I support this finding. Conda takes a lot of time to resolve dependencies and sometimes it is taking forever. I am suspecting that this is due to pytorch or other depdencies. @arch-user-france1 Could you please comment out the following and get back? In delete the following lines:
Delete the donkey environment and retry the installation. |
I just recently installed Conda on a Xavier NX 8GB running JP502 and I selected the Python 3.8 version of conda, for ARM processors, which installed without issues. TCIII |
the problem is it's hanging here: conda install mamba -n base -c conda-forge |
@arch-user-france1 try not to use mamba and skip this line. In the next line, use this:
|
Unfortunate it doesn't work for me today on both Windows 11 and MacOS (Apple M1/M2). All of them are stuck in somewhere and cannot proceed. |
Interesting to say the least. It took a lot of flag waving to get the TCIII |
so then we're doing Alternative (slower install time): which would be basically never ending |
trying this one right now; still solving environment, but we'll see if it's faster. Will respond once either complete or "hanging". |
still solving environment, so fastai might not be the problem |
Have you tried deleting pytorch and its friends too? |
I did what you have asked for and nothing more |
@arch-user-france1 so you have removed pytorch as well? |
Can you use main instead of stable release tag? |
I didn't use stable last time |
I'm having this same issue on an M1 Mac on the master branch |
I was able to get the environment running. |
@tylerjheslop Thanks for the information. what does I am not using Mac. Is it a must to use Rosetta? |
Conda won't finish doing that:
I left it running for more than five hours and it still was "examining ..." something
I did:
https://docs.donkeycar.com/guide/host_pc/setup_ubuntu/
What could I do?
The text was updated successfully, but these errors were encountered: