-
Notifications
You must be signed in to change notification settings - Fork 50
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
Rammbock install fails on python3 #68
Comments
Also stumbled on this one today and would be glad to see it resolved in the repo, as well. |
I hope this gets in soon. |
MushuEE
pushed a commit
to MushuEE/Rammbock
that referenced
this issue
Aug 23, 2018
MarketSquare#68 Make Execfile 2-3 comp
Open
I'm also waiting Python 3 support asap. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to Reproduce
On an ubuntu 16.04 LTS installation, open a console. First run
sudo pip3 install robotframework
.Then run
sudo pip3 install robotframework-rammbock
.Alternatively, download rammbock version 0.4.0.1 on pypi then run
sudo python3 setup.py
Expect
robotframework-rambock
should install without error.Actual
The installation fails with the following outuput:
Recommended solution
Referring to this question on stack overflow, I was able to resolve this issue by replacing setup.py:6
with the following:
Testing
The discussion on stack overflow suggests that this change is compatible with both python2 and python3. I verified that for both python2 and python3 on my machine using the commands:
I'm happy to submit this change as a pull request.
The text was updated successfully, but these errors were encountered: