You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would recommend either removing this package and switching to something Python 3 compatible, or at least putting it in the readme you must use Python 2.
I was able to pip install -r requirements.txt in a Python 2 virtual environment no problem though. For now that is the work around.
Edit: This was tested on Ubuntu 17.04, Python 3.5.3, Python 2.7.13, and GCC 6.3.0 20170118.
The text was updated successfully, but these errors were encountered:
Yes you are right, most of the prints are not Python 3 compatible. I would love to do it but for now there are other high-pri tasks I'm working on. If you would like to make it python 3 friendly please go ahead and I will help with the review.
I've run into a Python 2 dependency while trying
pip3 install -r requirements.txt
inside a Python 3 virtual environment.Upon further investigation, I see that according to https://pypi.python.org/pypi/psycopg2ct, this package is only tested on Python 2.6+.
I would recommend either removing this package and switching to something Python 3 compatible, or at least putting it in the readme you must use Python 2.
I was able to
pip install -r requirements.txt
in a Python 2 virtual environment no problem though. For now that is the work around.Edit: This was tested on Ubuntu 17.04, Python 3.5.3, Python 2.7.13, and GCC 6.3.0 20170118.
The text was updated successfully, but these errors were encountered: