Closed ebirn closed 3 years ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Hi all,
Bug description
trying to build batchspawner from source, version.py is missing in pypi download .tar.gz
Wheel installation via pip is fine. Github tagged version 1.0.0 also contains version.py Possible cause is the python sdist is missing the version.py as it is on the root directory of repo (when called in the github action)
Expected behaviour
pip install completes without error
Actual behaviour
How to reproduce
build pypi from source, or inspect downloaded .tar.gz
Your personal set up
Using the Easybuild build system on CentOS 7.9, with Python 3.6.6, basically running
Best, Erich