-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python 3 issues. #1
Comments
Hi Edi, Thanks for letting us know. We tested the code with Python 2. Can you simply switch to this version? |
Python 2 is reaching its end-of-life in 2020, so it's better to switch to Python 3. |
For the moment, the addition of a file for all requirements would be useful to create a virtual environment using conda or pip. |
A couple of students at Franklin and Marshall College have ported the code to Python3. I've done some basic testing and it seems to work: |
Hello,
First of all thanks for this great project. I was trying it out and I have the following configuration:
After compilation and building, I can not run encode.py. The following error occurs:
It looks like maketrans and python 3 are not going along well together (http://stackoverflow.com/questions/27539884/maketrans-not-working-for-petl-with-python3-4/27540139)
Could you propose any workarounds?
Thanks
Edi
The text was updated successfully, but these errors were encountered: