-
Notifications
You must be signed in to change notification settings - Fork 8
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 version? #25
Comments
I can confirm that this works on python2.7 |
It's tested on Python 2.7 and 3.4. Is there an error message when you
install it?
…On Fri, 20 Jan 2017 at 18:15 Erik Petigura ***@***.***> wrote:
I can confirm that this works on python2.7
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHJlMSPQyWlcpkKCna9wfvE67k_UdVYtks5rUWozgaJpZM4Lp7Gd>
.
|
It gives:
File "/Users/ylecoeuche/anaconda/lib/python3.5/codecs.py", line 998, in
getreader
return lookup(encoding).streamreader
TypeError: lookup() argument must be str, not None
as the last 3 lines in response to:
$ python setup.py install
On Fri, Jan 20, 2017 at 6:33 PM, Samuel Yee <notifications@github.com>
wrote:
… It's tested on Python 2.7 and 3.4. Is there an error message when you
install it?
On Fri, 20 Jan 2017 at 18:15 Erik Petigura ***@***.***>
wrote:
> I can confirm that this works on python2.7
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#25 (comment)-
274225616>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/
AHJlMSPQyWlcpkKCna9wfvE67k_UdVYtks5rUWozgaJpZM4Lp7Gd>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQJSbYXew2TOYFl6t0cZhC-a5cuu6YMTks5rUW6IgaJpZM4Lp7Gd>
.
|
Looks like it was an error with the ez_setup.py script. I've updated it in ba51c29, and this should fix the problem. |
Thank you so much!
…On Jan 20, 2017 8:03 PM, "Samuel Yee" ***@***.***> wrote:
Looks like it was an error with the ez_setup.py script. I've updated it in
ba51c29
<ba51c29>,
and this should fix the problem.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQJSbVnQHZuGZlTpO6eI3Jg7LErpq6Esks5rUYN5gaJpZM4Lp7Gd>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have been having issues attempting to install specmatch-emp using Python 3, I am unsure about the issue but I think it might be related to my using a different version than the repository. I wasn't able to find any immediately obvious indicators as to whether or not this repository is written in Python 2 or 3, so I was hoping you could give me a quick response. Thanks!
The text was updated successfully, but these errors were encountered: