SonyCSLParis / pesto

Self-supervised learning for fast pitch estimation
GNU Lesser General Public License v3.0
168 stars 15 forks source link

update setup.py #21

Closed spicytigermeat closed 6 months ago

spicytigermeat commented 7 months ago

I received a unicode error during pip and local setup, and after changing a few lines I was able to easily get it to install.

spicytigermeat commented 7 months ago

I just did some research, and apparently this looks like it's a windows thing. I turned on a beta feature that forces UTF-8 to be used in CMD and it solved the issue, however I still think forcing it to read with UTF-8 is a good idea.

aRI0U commented 6 months ago

Hi! Sorry for late reply! We recently updated the package and decided to switch from setup.py to pyproject.toml to install the package. I tried to install it on a Windows machine and it looked fine. Please do not hesitate to let me know if you still encounter issues when trying to install with windows!