SEMAFORInformatik / femagtools

Python API for FEMAG
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

install error #6

Closed martinbaun closed 7 years ago

martinbaun commented 7 years ago

While installing femagtools an error raised:

File "<string>", line 20, in <module> File "d:\users\tbbaunma\appdata\local\temp\pip-afksl_-build\setup.py", line 14, in <module> with open(path.join(here, 'README.rst'), encoding='utf-8') as f: TypeError: 'encoding' is an invalid keyword argument for this function

Tested on windows (python 2.7.10) and debian (python 2.7.3) with pip.

ronaldtanner commented 7 years ago

should be fixed with version 0.9 (use io.open instead of open)