Travis Hathaway
Travis Hathaway
Hi @BrinleyL, One other thing that you might try is to update the `anaconda` meta package directly: ``` conda update -n base anaconda ```
Hi @BrinleyL, That's not an error message at the beginning. It's just a warning which is safe to ignore. When updating the Anaconda meta package, it is normal to add...
Hi @ewtrucksess, If you would like to get support for Navigator or the Anaconda Distribution, please use one of the following options: - Community discussion forums: https://community.anaconda.cloud/ - GitHub project...
@AzizHN, Please share with us the output of `conda info` and `conda list --name base`.
@AzizHN, It looks like your conda is configured to use the `classic` solver. I'd try using the `libmamba` solver instead. You can configure the libmamba solver with the following command:...
> Thanks for the feedback, @travishathaway! Looking into adding tests, I noticed that in #6924, `conda/models/index_record.py` was renamed to `conda/models/records.py`, but so far the corresponding test module retains the name...
Hi @xuancong84, This might be happening because you are trying to run the Python executable directly. Please make sure you have either activated the environment or are running the Python...
@xuancong84, Thanks for running that in the activated environment. I now think the problem lies with the package itself, so at this point, I would recommend filing an issue with...
@xuancong84, Anaconda maintains what we call the "defaults" or "main" channel. To manage and keep this channel up to date requires a full time team of engineers, so yes, we...
@xuancong84, I think that's a fair point. I don't know the exact reasons why RPI has not been supported, so I unfortunately cannot answer that question.