regardscitoyens / senapy

Retrieve painlessly data from senat.fr
MIT License
6 stars 1 forks source link

Release a new Python 3 compatible version on pypi #6

Closed davidbgk closed 6 years ago

davidbgk commented 6 years ago

Hello,

Since that commit, there has been no release which means that install procedure using pip + Python 3 will fail.

The error on a fresh install via pypi is:

LONG_DESC = readme.read().decode('utf-8')
AttributeError: 'str' object has no attribute 'decode'

Is that possible to publish a new version on Pypi to ease the installation/reuse of that code?

Thanks!

boogheta commented 6 years ago

Hey @davidbgk, the current code is python 3 compatible (not python2 compatible anymore though). Although we don't have all the keys to publish a proper release :/ (ping @fmassot, I believe you're the only one that can give to @mdamien rights to this repo (and a couple others) on pypi?) Until a proper release is deployed, you can install the latest via "pip install -e git+https://github.com/regardscitoyens/senapy.git#egg=senapy"

mdamien commented 6 years ago

Thanks for the suggestion @davidbgk, a new version of senapy was released and your error should be fixed.

davidbgk commented 6 years ago

Woot! I confirm that it works now, thanks for your reactivity 👍