lina-usc / pylossless

🧠 EEG Processing pipeline that annotates continuous data
https://pylossless.readthedocs.io/en/latest/
MIT License
15 stars 8 forks source link

BUG: Pip install failures on windows. #118

Open scott-huberty opened 1 year ago

scott-huberty commented 1 year ago

Our pip install method fails On windows. has to do with this line in setup.py:

https://github.com/lina-usc/pylossless/blob/ba3e26323a8e10d3f91994b9a7a39d9bb36ebab6/setup.py#L29

Maybe we can include a fix in #117

christian-oreilly commented 1 year ago

A full error message would be useful. Without it I cannot comment.

Andesha commented 1 year ago

just to be clear - it's like due to the path formatting with the wrong slashes...

scott-huberty commented 1 year ago

It was an encoding error in read_text(). Maybe it can be fixed by explicitly specifying what encoding to use but honestly I have not tried to fix it yet!