Error on conda dependencies made noarch
See original GitHub issueAs conda
is responsible for performing the transformational magic of installing noarch: python
packages, it is very risky to make conda
’s dependencies noarch: python
and should be avoided. In this effort, it would be very helpful if the linter errored any time one of conda
’s dependencies is converted into a noarch: python
package.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Troubleshooting — conda 22.11.1.post16+ce4e810c9 ...
Conda upgrade error. ValidationError: Invalid value for timestamp. Unicode error after installing Python 2. Windows environment has not been activated.
Read more >How to fix the environment with inconsistent dependencies ...
Fortunately I have fixed my Spyder by using command 'conda install --revision 2', and updated my Spyder in the Anaconda Navigator. – Bruce...
Read more >Error when updating conda packages: RemoveError
RemoveError: 'setuptools ' is a dependency of conda and cannot be removed from conda's operating environment. The only thing that actually worked ...
Read more >Getting Started with Conda – Introduction to Python for Data ...
Make your projects self-contained and reproducible by capturing all package dependencies in a single requirements file. Allow you to install packages on a...
Read more >Why you should use Poetry instead of Pip or Conda for Python ...
Conda : Conda is a dependency management tool that comes with Anaconda. ... pip conda-forge/noarch::pip-22.0.4-pyhd8ed1ab_0 python ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
xref: https://github.com/regro/cf-scripts/issues/264
depending on the versions you want to take into account, you might want
Yes, even easier, e.g.,
You can then tell
get_index
which platforms and channels to consider and fine-tune theMatchSpec
if you only want to look at newer version ofconda
.