Closed pozzolana93 closed 4 years ago
Hi @pozzolana93 ,
Thank you for this ticket!
According to https://www.python.org/doc/sunset-python-2/ , Python 2 is not supported since January 1, 2020.
Can you please try installing python-cloudant
on a recent Python 3 version and confirm if the issue still persists?
Thank you,
Donat
Hello,
sorry for the late reply. The installation works fine on Python 3, but unfortunately I need to work with Python 2. The problem should be easy to fix, it's just due to the encoding
argument while opening the README file. If you prefer to drop support to Python 2, just remove the compatibility with Python 2 and I will continue to use version 2.12.0 of the library.
Please read these guidelines before opening an issue.
Bug Description
When trying to install
python-cloudant
via pip, the installation fails:Installing version 2.12.0 works fine.
1. Steps to reproduce and the simplest code sample possible to demonstrate the issue
On python 2.7 run
pip install cloudant
2. What you expected to happen
The python package should be installed
3. What actually happened
The installation fails
Environment details
Cloudant version = 2.13.0 Python version = 2.7.17