Skip to content
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

Fix build with Python 2.7 #9

Merged
merged 1 commit into from
Sep 4, 2020
Merged

Fix build with Python 2.7 #9

merged 1 commit into from
Sep 4, 2020

Conversation

sunpoet
Copy link
Contributor

@sunpoet sunpoet commented Sep 2, 2020

The error message is as follows:
Traceback (most recent call last):
File "", line 1, in
File "setup.py", line 7, in
with open(path.join(this_directory, 'README.mkd'), encoding='utf-8') as f:
TypeError: 'encoding' is an invalid keyword argument for this function
*** Error code 1

Stop.

The error message is as follows:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 7, in <module>
    with open(path.join(this_directory, 'README.mkd'), encoding='utf-8') as f:
TypeError: 'encoding' is an invalid keyword argument for this function
*** Error code 1

Stop.
@jmcantrell jmcantrell merged commit 6763131 into jmcantrell:master Sep 4, 2020
@sunpoet
Copy link
Contributor Author

sunpoet commented Sep 5, 2020

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants