Dj-stripe: Egg package name is UNKNOWN-0.0.0

Created on 5 Aug 2017  路  3Comments  路  Source: dj-stripe/dj-stripe

I believe this started happening after the switch to setup.cfg. Any ideas on how to fix it?

bug

All 3 comments

Possible consequence:
image

@kavdev This is due to the change that was made to move the setup.py contents into setup.cfg - it requires a newer version of setuptools to work correctly. I think we force setuptools to upgrade as part of the Travis runs for this reason too.

Yeah, djstripe just needs a newish version of setuptools. I always do pip install --upgrade pip wheel setuptools everywhere because of stuff like this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lskillen picture lskillen  路  4Comments

jleclanche picture jleclanche  路  6Comments

jcobacho picture jcobacho  路  4Comments

anuzis picture anuzis  路  4Comments

Copser picture Copser  路  6Comments