question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

conda create --name pysot python=3.7 conda activate pysot

See original GitHub issue

why I run it and false conda create --name pysot python=3.7 conda activate pysot

CondaHTTPError: HTTP 404 NOT FOUND for url https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/noarch/repodata.json Elapsed: 00:09.424438

The remote server could not find the noarch directory for the requested channel with url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge

As of conda 4.3, a valid channel must contain a noarch/repodata.json and associated noarch/repodata.json.bz2 file, even if noarch/repodata.json is empty. please request that the channel administrator create noarch/repodata.json and associated noarch/repodata.json.bz2 files. $ mkdir noarch $ echo ‘{}’ > noarch/repodata.json $ bzip2 -k noarch/repodata.json

You will need to adjust your conda configuration to proceed. Use conda config --show channels to view your configuration’s current state. Further configuration help can be found at https://conda.io/docs/config.html.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Jun 3, 2019

when use Python 2.7 , where need to change?

0reactions
ghostcommented, Jun 12, 2019

(base) cbl@N606-TITAN32:~$ conda create --name pysot python=3.7 WARNING: The conda.compat module is deprecated and will be removed in a future release. Collecting package metadata: - ERROR urllib3.connection:_match_hostname(378): Certificate did not match expected hostname: mirrors.sjtug.sjtu.edu.cn. Certificate: {‘subject’: (((‘commonName’, ‘drcom.szu.edu.cn’),),), ‘subjectAltName’: [(‘DNS’, ‘drcom.szu.edu.cn’)]} \ ERROR urllib3.connection:_match_hostname(378): Certificate did not match expected hostname: mirrors.sjtug.sjtu.edu.cn. Certificate: {‘subject’: (((‘commonName’, ‘drcom.szu.edu.cn’),),), ‘subjectAltName’: [(‘DNS’, ‘drcom.szu.edu.cn’)]} | ERROR urllib3.connection:_match_hostname(378): Certificate did not match expected hostname: mirrors.sjtug.sjtu.edu.cn. Certificate: {‘subject’: (((‘commonName’, ‘drcom.szu.edu.cn’),),), ‘subjectAltName’: [(‘DNS’, ‘drcom.szu.edu.cn’)]} / ERROR urllib3.connection:_match_hostname(378): Certificate did not match expected hostname: mirrors.sjtug.sjtu.edu.cn. Certificate: {‘subject’: (((‘commonName’, ‘drcom.szu.edu.cn’),),), ‘subjectAltName’: [(‘DNS’, ‘drcom.szu.edu.cn’)]} failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://mirrors.sjtug.sjtu.edu.cn/anaconda/pkgs/free/noarch/repodata.json Elapsed: -

An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way. SSLError(MaxRetryError(‘HTTPSConnectionPool(host='mirrors.sjtug.sjtu.edu.cn', port=443): Max retries exceeded with url: /anaconda/pkgs/free/noarch/repodata.json (Caused by SSLError(SSLCertVerificationError(“hostname 'mirrors.sjtug.sjtu.edu.cn' doesn't match 'drcom.szu.edu.cn'”)))’))

what is the matter?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing environments - Conda
With conda, you can create, export, list, remove, and update environments that have different versions of Python and/or packages installed in them.
Read more >
Conda常用命令整理(列举已有环境\创建环境\进入 ... - CSDN博客
1 安装中遇到问题 conda create --name pysot python=3.7. C:\Users\Administrator>conda create --name pysot python=3.7.
Read more >
Building a Python 3 Conda Environment - Salish Sea MEOPAR
conda create -n mypython3 python=3. To activate the environment: source activate mypython3. To get all the goodies (e.g. Jupyter Notebook, ...
Read more >
Pysot - :: Anaconda.org
noarch v0.3.3. conda install. To install this package run one of the following: conda install -c conda-forge pysot conda install -c ...
Read more >
Conda create environment and everything you need to know ...
You can then activate the environment (see below) and. (iii) Create an environment + specific Python version + packages conda create --name ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found