-
Notifications
You must be signed in to change notification settings - Fork 5
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
syntax error when making atomizer from cloned repo #1
Comments
Hello, The error is because of some changes they did in one of the atomizer's dependencies that makes it incompatible with Python 2.7, pexpect in particular.You can check the requirements.txt file for the particular version of pexpect atomizer needs (along with other dependencies) If you already have pexpect installed you can do $ pip uninstall pexpect Thanks for the note by the way, I'll add this to the installation notes. |
Thanks for the tip. If I switch to Python 3.x will that prevent me from having to downgrade pexpect? (I would test it myself, but I'm away from my work machine!) |
Atomizer is not Python 3 compatible as of this moment. An alternative solution would be to upgrade the version of pip so that it can deal with the non compatible elements in the package (as reported here) however I haven't tested this solution myself. |
This error was addressed by installing the dependencies in a Python virtualenv |
When I run "make" in the top directory I get the following error:
I am using Ubuntu 12.04 LTS if that helps troubleshoot at all
The text was updated successfully, but these errors were encountered: