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

Move __version__ into setup.py #4

Open
znatty22 opened this issue Sep 12, 2023 · 0 comments
Open

Move __version__ into setup.py #4

znatty22 opened this issue Sep 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@znatty22
Copy link
Member

znatty22 commented Sep 12, 2023

Issue

Right now __version__ is set in the ncpi_fhir_client package init and then imported in the setup.py file. Because of this, when someone tries to install the package via pip install ., a bunch of module not found errors result. This is happening because Python is trying to import ncpi_fhir_client and all of its dependencies before any of the requirements are installed.

Solution

Move __version__=foo into the setup.py file

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