steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 99 forks source link

installation error in .egg #97

Closed chenlocus closed 6 years ago

chenlocus commented 6 years ago

trying to install steem-python, but found this error:

Writing C:\Users\hchen\AppData\Local\Temp\easy_install-vxhgyii2\recommonmark-0.4.0\setup.cfg Running recommonmark-0.4.0\setup.py -q bdist_egg --dist-dir C:\Users\hchen\AppData\Local\Temp\easy_install-vxhgyii2\recommonmark-0.4.0\egg-dist-tmp-z3mpobf6 File "build\bdist.win-amd64\egg\sphinxcontrib\builders\rst.py", line 139 except (IOError, OSError), err: ^ SyntaxError: invalid syntax

File "c:\users\hchen\appdata\local\temp\pip-build-in_20u8n\steem.eggs\sphinxcontrib_restbuilder-0.1-py3.6.egg\sphinxcontrib\builders\rst.py", line 139 except (IOError, OSError), err: ^ SyntaxError: invalid syntax