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

Missing pkg_resources module when installing in fresh conda enviroment using conda #23

Open
andersgs opened this issue Jun 4, 2021 · 0 comments
Assignees

Comments

@andersgs
Copy link
Contributor

andersgs commented Jun 4, 2021

This is caused by missing setuptools in a brand new environment.

Should migrate to importlib.resources--- but it would mean we would have to set python 3.7 as minimum requirement.

In the meantime, need to add setuptools to dependency to ensure proper installation from conda.

@andersgs andersgs self-assigned this Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant