Neuroinflab / kCSD-python

Kernel Current Source Density
https://kcsd-python.readthedocs.io/en/latest/
Other
15 stars 23 forks source link

charmap codec cant decode #111

Closed ccluri closed 4 years ago

ccluri commented 4 years ago

As reported by a Christoph H via email

When running pip install . in windows (untested in other OS) this error shows up.

File 'setup.py', line 12, in readme return f.read() 'charmap codec can't decode byte 0x81 in position 154 ...'

This is already at the setup.py level

Suggested fix, to add a line at the very beginning of setup.py

# -- coding: utf-8 --

ccluri commented 4 years ago

https://github.com/Neuroinflab/kCSD-python/pull/114 fixes these issues