Discussion:
[conda] cant install popular packages
john McKeague
2018-05-30 18:56:58 UTC
Permalink
I have used anaconda for a week. I tried to install 2 packages using
"conda install" - pyshark and pyparser. Neither will install and both give
an error "PackagesNotFoundError: The following packages are not available
from current channels:"
These packages are available on pypi.org, so I am surprised that anaconda
cannot install them. Are they simply not suported by Anaconda or am I
doing something wrong ?
thanks..
--
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/8f3b1740-9cf9-4018-8543-cac73b2546a8%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Nathan Goldbaum
2018-05-30 19:17:57 UTC
Permalink
No, not everything that's packaged on pypi is available via conda. In
general the suggestion is to use pip to install packages that aren't
available via conda. If you're feeling up to it, you could also create a
conda package for pyshark (and any dependencies it has that aren't already
packaged) for conda-forge.

Also, do you mean "pyparsing" instead of "pyparser"? The former is a very
popular package that is available via conda.
Post by john McKeague
I have used anaconda for a week. I tried to install 2 packages using
"conda install" - pyshark and pyparser. Neither will install and both give
an error "PackagesNotFoundError: The following packages are not available
from current channels:"
These packages are available on pypi.org, so I am surprised that anaconda
cannot install them. Are they simply not suported by Anaconda or am I
doing something wrong ?
thanks..
--
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
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/8f3b1740-9cf9-4018-8543-
cac73b2546a8%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/8f3b1740-9cf9-4018-8543-cac73b2546a8%40continuum.io?utm_medium=email&utm_source=footer>
.
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/CAJXewOn5Amy%2BC-Od6j5nUuaE6RQys%2BBcNLq%3DAVxoTiJiUAh2ZA%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...