crisp-im / python-crisp-api

🐍 Crisp API Python Wrapper
https://docs.crisp.chat/guides/rest-api/
MIT License
27 stars 11 forks source link

Cannot install crisp-api using pip #6

Closed MrBin99 closed 4 years ago

MrBin99 commented 5 years ago

Hi, I plan to use the Crisp API lib in Python but I cannot install it with pip.

I think the issue is due to the last pull request who has not been pushed to the pip servers. So in the setup.py the encoding='utf-8' is not present and pip during the install cannot read the README.md file : UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 226: character maps to <undefined>.

Can you update pip server with the latest code.

Thanks !

Spoonrad commented 4 years ago

Hello team,

Following my pull request you updated the repo but not the pip package. Could you please make an update to the pip package? I'd rather not have a public git URL in my pip requirements file.

valeriansaliou commented 4 years ago

Hello there, tried publishing on PyPI, but it's now failing as README formatting in Markdown has been deprecated. I'll need to convert to the proper README format and then upload; for now I'm unable to upload the package.

Can you please install it from Git instead?

valeriansaliou commented 4 years ago

Opened an issue to track this #7

Spoonrad commented 4 years ago

Hi Valerian,

No worries, that is currently what I’m doing, it is not urgent but preferred. 😊

Thanks for your reactivity!

From: Valerian Saliou notifications@github.com Sent: dimanche 22 décembre 2019 20:59 To: crisp-im/python-crisp-api python-crisp-api@noreply.github.com Cc: Antoine Chopin Konrad.wins@gmail.com; Comment comment@noreply.github.com Subject: Re: [crisp-im/python-crisp-api] Cannot install crisp-api using pip (#6)

Hello there, tried publishing on PyPI, but it's now failing as README formatting in Markdown has been deprecated. I'll need to convert to the proper README format and then upload; for now I'm unable to upload the package.

Can you please install it from Git instead?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/crisp-im/python-crisp-api/issues/6?email_source=notifications&email_token=ACO2HBMZ65UM4OEZS2J3JKTQZ7BGTA5CNFSM4IGOISPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHPYXSA#issuecomment-568298440 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACO2HBOZ4YZNZXF26JDZZVTQZ7BGTANCNFSM4IGOISPA . https://github.com/notifications/beacon/ACO2HBJNRJS5YBD3OJWGKRLQZ7BGTA5CNFSM4IGOISPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHPYXSA.gif

eliottvincent commented 4 years ago

Hello there, your changes have been taken into account with release 1.1.3 :) Published on PyPI: https://pypi.org/project/crisp-api/