install problems #87
-
hey there, I am trying to install this bot but I am encountering some problems and was hoping if you could help me out. this is the error I am having I believe I successfully managed to enter my huggingface code and my discord bot code. I also managed to invite it to my private server what am I doing wrong? I hope you can help me out quickly. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
It doesn't look like the conda env was created successfully. Try running:
|
Beta Was this translation helpful? Give feedback.
-
I also get this warning when entering the command, but it seems to be loading fine, but then I get to see this error |
Beta Was this translation helpful? Give feedback.
-
It looks like you might need to recreate the conda env. Sometimes conda (for whatever stupid reason) doesn't actually completely delete everything in the env folder even when you use "conda env remove". Start by removing the conda env and then manually delete / purge the conda env folder if it still exists, then recreate the coda env using "conda env create -f environment.yaml". Edit: It looks like in your case all the conda env folders will be located in C:\Users\lodes\miniconda3 |
Beta Was this translation helpful? Give feedback.
It doesn't look like the conda env was created successfully. Try running:
conda env update -f environment.yaml