[GH-ISSUE #17] sdist published on pypi lacks template files #8

Closed
opened 2026-02-26 01:32:52 +03:00 by kerem · 1 comment
Owner

Originally created by @mypalmike on GitHub (Dec 30, 2015).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/17

The current sdist distribution on pypi (0.0.6) has a bug where it lacks the template files needed for the admin interface. It was built without the necessary "setuptools-git" package installed on the machine that built it.

Until a new build is released, a workaround for end-users is:

pip install setuptools-git
git clone https://github.com/jeffknupp/sandman2.git
cd sandman2
python setup.py sdist
cd dist
pip install --force sandman2-0.0.6.tar.gz

Originally created by @mypalmike on GitHub (Dec 30, 2015). Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/17 The current sdist distribution on pypi (0.0.6) has a bug where it lacks the template files needed for the admin interface. It was built without the necessary "setuptools-git" package installed on the machine that built it. Until a new build is released, a workaround for end-users is: pip install setuptools-git git clone https://github.com/jeffknupp/sandman2.git cd sandman2 python setup.py sdist cd dist pip install --force sandman2-0.0.6.tar.gz
kerem closed this issue 2026-02-26 01:32:52 +03:00
Author
Owner

@jeffknupp commented on GitHub (Jan 22, 2016):

Fixed in version 0.0.7

<!-- gh-comment-id:173981074 --> @jeffknupp commented on GitHub (Jan 22, 2016): Fixed in version 0.0.7
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sandman2-jeffknupp#8
No description provided.