Closed mamidi85 closed 1 year ago
I met a similar problem when conda building a package, and it's due to the conflict between simplejson=3.17.6 vs built-in json=2.0.9. The requests module returned a simplejson.errors.JSONDecodeError where conda-build temped to catch json.decoder.JSONDecodeError. I'd be glad to hear any updates on issue, thank you!
Hi there, thank you for your contribution!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs.
If you would like this issue to remain open please:
NOTE: If this issue was closed prematurely, please leave a comment.
Thanks!
Checklist
What happened?
We added nexus url channel to the conda config, all of a sudden it stopped working and we are unable to install packages..
(base) n295562@srvsprkivlsu03:~$ conda install matplotlib Collecting package metadata (current_repodata.json): failed
>>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
$ /opt/miniconda3/bin/conda install matplotlib
environment variables: CIO_TEST=
CONDA_DEFAULT_ENV=base
CONDA_EXE=/opt/miniconda3/bin/conda
CONDA_PREFIX=/opt/miniconda3
CONDA_PROMPT_MODIFIER=(base)
CONDA_PYTHON_EXE=/opt/miniconda3/bin/python
CONDA_ROOT=/opt/miniconda3
CONDA_SHLVL=1
CONDA_SUBDIR=osx-arm64
CURL_CA_BUNDLE=
LD_LIBRARY_PATH=:/opt/cloudera/hiveodbc/lib/64/:/usr/local/lib:/usr/lib/jvm/java-1.8.0
-openjdk-1.8.0.322.b06-1.el7_9.x86_64/jre/lib/amd64:/usr/lib/jvm/java-
1.8.0-openjdk-1.8.0.322.b06-1.el7_9.x86_64/jre/lib/amd64/server:/usr/l
ocal/lib:/opt/cloudera/hiveodbc/lib/64/:/usr/local/lib
PATH=/opt/miniconda3/bin:/opt/miniconda3/bin:/opt/miniconda3/condabin:/usr/
local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/n295562/bin:/u
sr/bin:/bin:/sbin:/usr/sbin:/usr/local/sbin:/opt/sparkbeyond/embedded/
lib/R/bin:/usr/local/bin:/opt/miniconda3/bin/conda:/home/n295562/bin:/
usr/bin/:/bin:/sbin:/usr/sbin:/usr/local/sbin/:/opt/sparkbeyond/embedd
ed/lib/R/bin/:/usr/local/bin
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
REQUESTS_CA_BUNDLE=
SSL_CERT_FILE=
populated config files : /home/n295562/.condarc conda version : 4.13.0 conda-build version : not installed python version : 3.7.12.final.0 virtual packages : osx=7.9=0 unix=0=0 __archspec=1=arm64 base environment : /opt/miniconda3 (writable) conda av data dir : /opt/miniconda3/etc/conda conda av metadata url : None channel URLs : https://nexus.ocpapps.us.corp/repository/conda-anaconda/osx-arm64 https://nexus.ocpapps.us.corp/repository/conda-anaconda/noarch https://repo.anaconda.com/pkgs/main/osx-arm64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/r/osx-arm64 https://repo.anaconda.com/pkgs/r/noarch package cache : /opt/miniconda3/pkgs /home/n295562/.conda/pkgs envs directories : /opt/miniconda3/envs /home/n295562/.conda/envs platform : osx-arm64 user-agent : conda/4.13.0 requests/2.28.1 CPython/3.7.12 Linux/3.10.0-1160.66.1.el7.x86_64 rhel/7.9 glibc/2.17 UID:GID : 1297:100 netrc file : None offline mode : False
An unexpected error has occurred. Conda has prepared the above report.
If submitted, this report will be used by core maintainers to improve future releases of conda. Would you like conda to send this report to the core maintainers?
[y/N]: Timeout reached. No report sent.
Conda Info
Conda Config
Conda list
Additional Context
No response