Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'packaging' distribution is missing from conda package #740

Closed
remi-braun opened this issue Jun 20, 2023 · 1 comment
Closed

'packaging' distribution is missing from conda package #740

remi-braun opened this issue Jun 20, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@remi-braun
Copy link
Contributor

Describe the bug

When installing a fresh environment with the conda environment.yml.file, I get the error :

pkg_resources.DistributionNotFound: The 'packaging' distribution was not found and is required by flasgger

I think your conda package is missing this library :)

Code To Reproduce

>>> conda env create -f environment.yml

with the file :

The file used is:

name: eodag_test
channels:
  - conda-forge
dependencies:
  - python=3.9
  - eodag

NB : I am using mamba solver
Output

pkg_resources.DistributionNotFound: The 'packaging' distribution was not found and is required by flasgger

@remi-braun remi-braun added the bug Something isn't working label Jun 20, 2023
@sbrunato
Copy link
Collaborator

Hello @remi-braun and thanks submitting this issue.
flasgger will be removed in the next release as we moved from flask to fastapi, so this error should not be raised after that.
See #701

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

No branches or pull requests

2 participants