This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pawciobiel
Recipients Arfrever, Jurko.Gospodnetić, barry, christian.heimes, eric.snow, larry, ncoghlan, pawciobiel, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2018-04-11.11:05:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523444720.16.0.682650639539.issue20784@psf.upfronthosting.co.za>
In-reply-to
Content
I had similar issue and it helped when as a workaround I use
'pip install .' as opposed to 'python setup.py develop' in my project.
I hope this will give you a hint.
History
Date User Action Args
2018-04-11 11:05:20pawciobielsetrecipients: + pawciobiel, barry, rhettinger, ncoghlan, pitrou, vstinner, larry, christian.heimes, Arfrever, r.david.murray, Jurko.Gospodnetić, python-dev, eric.snow, serhiy.storchaka
2018-04-11 11:05:20pawciobielsetmessageid: <1523444720.16.0.682650639539.issue20784@psf.upfronthosting.co.za>
2018-04-11 11:05:20pawciobiellinkissue20784 messages
2018-04-11 11:05:20pawciobielcreate