Saeedeh Lohrasbi
2018-10-18 20:47:13 UTC
I am trying to update my Anaconda but I get this error:
Solving environment: failed
CondaHTTPError: HTTP 403 SSL IS REQUIRED for url
<http://pypi.python.org/simple/noarch/repodata.json>
Elapsed: 00:00.021272
The remote server could not find the noarch directory for the
requested channel with url: http://pypi.python.org/simple
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>.
Does anybody have any idea about it?
Solving environment: failed
CondaHTTPError: HTTP 403 SSL IS REQUIRED for url
<http://pypi.python.org/simple/noarch/repodata.json>
Elapsed: 00:00.021272
The remote server could not find the noarch directory for the
requested channel with url: http://pypi.python.org/simple
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>.
Does anybody have any idea about it?
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/b312cda7-ccb1-4781-9654-0a32490bc045%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/b312cda7-ccb1-4781-9654-0a32490bc045%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.