What kind of problem are you reporting?
- Access related problem
- Service related problem
- Data related problem
When you run conda-analytics-clone to create a new environment, the name of the environment environment now includes a trailing brace. For example, 2024-07-03T18.21.50_nshahquinn-wmf} instead of 2024-07-03T18.21.50_nshahquinn-wmf.
This is due to a typo in line 11 of conda-analytics-clone:
DEFAULT_CONDA_NEW_ENV_NAME="$(date '+%Y-%m-%dT%H.%M.%S')_${USER}}" # ^ extra brace
In most cases, this does not cause problems, but it seems to cause development installs of Python packages to fail. Here's an example: P65767. The key line is:
File "/home/nshahquinn-wmf/.conda/envs/2024-07-03T19.55.05_nshahquinn-wmf}/lib/python3.10/site-packages/setuptools/_distutils/util.py", line 212, in subst_vars return _subst_compat(s).format_map(lookup) ValueError: Single '}' encountered in format string