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

Installing Issue on Python 2.7.9 #3

Open
belasin opened this issue Feb 17, 2016 · 1 comment
Open

Installing Issue on Python 2.7.9 #3

belasin opened this issue Feb 17, 2016 · 1 comment

Comments

@belasin
Copy link

belasin commented Feb 17, 2016

pip install djed.static

Downloading/unpacking djed.static
Downloading djed.static-0.5.tar.gz (881kB): 881kB downloaded
Running setup.py egg_info for package djed.static
Traceback (most recent call last):
File "", line 16, in
File "/Users/junwin/Documents/workspace/lm-calmsn/build/djed.static/setup.py", line 16, in
long_description='\n\n'.join((read('README.rst'), read('CHANGES.txt'))),
File "/Users/junwin/Documents/workspace/lm-calmsn/build/djed.static/setup.py", line 8, in read
return open(os.path.join(here, f), encoding='utf-8').read().strip()
TypeError: 'encoding' is an invalid keyword argument for this function
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 16, in

File "/Users/junwin/Documents/workspace/lm-calmsn/build/djed.static/setup.py", line 16, in

long_description='\n\n'.join((read('README.rst'), read('CHANGES.txt'))),

File "/Users/junwin/Documents/workspace/lm-calmsn/build/djed.static/setup.py", line 8, in read

return open(os.path.join(here, f), encoding='utf-8').read().strip()

TypeError: 'encoding' is an invalid keyword argument for this function

@belasin
Copy link
Author

belasin commented Feb 17, 2016

Created a pull request #4

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

No branches or pull requests

1 participant