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

Pyproject requirement for setuptools==60.10.0 incompatible with ADSPipelineUtils #46

Open
seasidesparrow opened this issue Apr 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@seasidesparrow
Copy link
Member

Describe the bug
ADSIngestParser cannot be installed into a python virtual environment where ADSPipelineUtils is or will be installed.

To Reproduce
Using python3.10+, create a virtual environment. Attempt to install adsputils==1.4.3 and adsingestp>=0.9.3. Pip will complain about incompatible requirements because adsputils has the requirement setuptools<45

Additional context
ADSIngestParser will eventually need the ADS standard logging and configuration utilities contained in ADSPipelineUtils. This can be fixed temporarily by setting ADSIngestParser requirements in the pyingest.toml file to use setuptools<=60.10.0.

@seasidesparrow seasidesparrow added the bug Something isn't working label Apr 20, 2023
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

1 participant