-
Notifications
You must be signed in to change notification settings - Fork 4
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
Python3 compatibility ? #2
Comments
Yeah, it would be very helpful to state in the README that
... but the |
Many thanks. I have now restricted its compatiblity to only 2.7. |
Python3 port anytime soon? |
It is in the plan.
Zhemin Zhou
Warwick Medical School
024 7655 1921
On 23/05/2018 13:09:35, UriaMorP <[email protected]> wrote:
Python3 port anytime soon?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub [#2 (comment)], or mute the thread [https://github.com/notifications/unsubscribe-auth/AI6x6AMCbNG35b8PL7yiY2kZjjqYn0R2ks5t1VF6gaJpZM4TvZWV].
|
also, can you make sure that also the README file says python 2.7 (instead of >= 2.7)? Do you have a development roadmap somewhere so I can find stuff I can help with? |
Hey there,
I installed SPARSE using the following commands:
conda create -n sparse python=3.6 source activate sparse python -m pip install meta-sparse
The installation finished successfully, but then, when I try to run
sparse
I get Python 2 related errors (such as: the print function in line 113 of SPARSE.py is being used without brackets etc.)Do you have any suggestions?
Since all of my other tools are in python $ \geq 3.5 $ I'm trying to avoid working with Python 2.
The text was updated successfully, but these errors were encountered: