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've tried both of the commands listed in the documentation to install pyoracc using pip, but both fail since the setup script uses Python 2 syntax for a print statement.
I was able to successfully do it by following the more explicit step by step instructions (clone the repo, cd into the repo, then pip install), but as Python 2 will no longer be supported very soon, I figure that this is a minor bug that should be addressed.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, @vabaimova. I think the README in this repository needs changing.
This repository contains a version of pyoracc that works in both Python 2 and Python 3 and is tested using Travis for both versions overnight. It has also been released on PyPI and you can install it as:
pip install pyoracc
@jayanthjaiswal has worked on a new version of this repository in a fork in https://github.com/cdli-gh/pyoracc.git. That repository (which is referred to from the installation instructions in the README) is the one that is failing for Python 3, and it hasn't been released with PyPI yet.
So, the README in this repo is a bit confusing and we need to change it. We also should probably clarify the issue about the two different versions of PyOracc and consolidate in a single version soon. What do you think, @jayanthjaiswal?
I've tried both of the commands listed in the documentation to install pyoracc using pip, but both fail since the setup script uses Python 2 syntax for a print statement.
I was able to successfully do it by following the more explicit step by step instructions (clone the repo, cd into the repo, then pip install), but as Python 2 will no longer be supported very soon, I figure that this is a minor bug that should be addressed.
The text was updated successfully, but these errors were encountered: