Skip to content

Latest commit

 

History

History
102 lines (93 loc) · 3.79 KB

2_speed_improvement.yml

File metadata and controls

102 lines (93 loc) · 3.79 KB
NameAboutLabelsAssignees
Speed ImprovementIf you think Conda could be fastertype::feature,tag::performance

Thanks for helping Conda! 🐍

Going through bugs and issues takes up a lot of time, so please be so kind and take a few minutes to fill out all the areas to the best of your ability.

There will always be more issues than there is time to do them, and so we will need to selectively close issues that don't provide enough information, so we can focus our time on helping people like you who fill out the issue form completely. Thank you for your collaboration!

There are also already a lot of open issues, so please take 2 minutes and search through existing ones to see if what you are experiencing already exists

Thanks for helping Conda be amazing. We are nothing without people like you helping build a better community 💐!

Checklist

Please confirm and check all the following options.

What oepration was taking a long time, and how long do you think it should have taken? Are there any other comparable tools you are basing this on?

Let's get some info by generating a conda_debug_output.txt and pasting the output

On unix (bash shell)

CONDA_INSTRUMENTATION_ENABLED=1 <your conda command> -vv | tee conda_debug_output.txt

On Windows (powershell)

set CONDA_INSTRUMENTATION_ENABLED=1
<your conda command> -vv | tee conda_debug_output.txt

Let's get the info on your Conda setup. Run the following command from your command line and paste the output

conda info

Let's see what your Conda config looks like. Run the following command from your command line and paste the output

conda config --show-sources

These are the packages installed in your Conda environment and the Conda channels used. They tell us where you are pulling packages from. Make sure you are in the environment where \n you are seeing the issues. Run the following command from your command line and paste the output

conda list --show-channel-urls

Add any additional context information or screenshots you think are useful.