Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

If pip is included in the environment.yml file as a dependency, we should automatically drop it #166

Closed
martinRenou opened this issue Oct 4, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@martinRenou
Copy link
Member

Description

cc. @psychemedia

Specifying an environment containing pip may result in unwanted errors:

name: xeus-python-kernel
channels:
  - https://repo.mamba.pm/emscripten-forge
  - https://repo.mamba.pm/conda-forge
dependencies:
  - pip

We should take care of this case and drop pip from the list automatically.

@martinRenou martinRenou added the bug Something isn't working label Oct 4, 2023
@martinRenou
Copy link
Member Author

After trying in #170 this seems to not be problematic actually. pip being a noarch package it can be installed in the environment. We may want to filter out pip in the packed environment though. See emscripten-forge/empack#83

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant