-
Notifications
You must be signed in to change notification settings - Fork 44
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
Twisted Issue Completely Breaks Mark2 #119
Comments
I've found what appears to be an actual solution to this. I'm not sure if this is correct but it is working for me. The version of Python installed via the INSTALL.md is Python 2. The version of Pip installed indicates it is for Python 3. So when I install python modules, Python 2 doesn't see them because they're in a Python 3 directory. So what I've done is uninstalled After that, it works as it should. I tested this on a fresh installation of Ubuntu Server 18.04.4 with no other software installed aside from Java. |
I know this is an old issue, but I discovered the issue myself as well and have since submitted a pull request to remedy it. I also see you commented with the same instructions I'm about to give but I digress. Back in April last year, a pull request was made to update mark2's install documentation, this PR changed the install commands to use So if anyone has this issue installing on debian/ubuntu and doesn't have the fixed documentation yet, do the following:
and then just follow the rest of the guide to install it normally. |
Since it's been a while, I don't recall exactly what my reasoning for using curl to get pip. Perhaps things have changed or I overlooked the simpler solution. I can report at least that since my last post, the solution I posed is still working on that same instance (and a few others) and has persisted many apt updates. I have no clue if mark2 will ever see consistent development again, nor do I think I am capable enough to modify it myself. Regardless, it still works for my needs as a basic wrapper. Thank you for your work @Column01, I hope your PR gets merged! |
PR was merged thankfully. As for development/porting to newer python, I've thought about it a few times but I have no real incentive to do it. Others have attempted it and I assume they failed for a reason that I don't want to discover :P |
(Can probably close this now? Shouldn't be an issue anymore) |
Installing Mark2 on Ubuntu 18.04.4 following the instructions on the INSTALL.md here, I get the following error:
No commands work. Any advice?
The text was updated successfully, but these errors were encountered: