chris-hld / spaudiopy

Spatial Audio Python Package
https://spaudiopy.readthedocs.io/
MIT License
138 stars 13 forks source link

Different version in metadata #19

Closed mormegil6 closed 2 years ago

mormegil6 commented 3 years ago

When installing the package with "pip install spaudiopy", the error occurs:

ERROR: Requested spaudiopy from https://files.pythonhosted.org/packages/45/d3/bc5d9e57b8b8a339b582dc47e058979403f771ffe368ebfc72585b64df7b/spaudiopy-0.1.3.tar.gz#sha256=0a35b290e11f148f4e9b0834748fbfe9e2c5b9f8054a31dd0814be3902511095 h
as different version in metadata: '-tail-.is.not.recognized.as.an.internal.or.external.command-operable.program.or.batch.file.-dirty'
HaHeho commented 3 years ago

Can confirm, same thing happened for me with a quick test to install 0.1.3 via pip on Windows. WARNING: Discarding https://files.pythonhosted.org/packages/45/d3/bc5d9e57b8b8a339b582dc47e058979403f771ffe368ebfc72585b64df7b/spaudiopy-0.1.3.tar.gz#sha256=0a35b290e11f148f4e9b0834748fbfe9e2c5b9f8054a31dd0814be3902511095 (from https://pypi.org/simple/spaudiopy/) (requires-python:>=3.6). Requested spaudiopy from https://files.pythonhosted.org/packages/45/d3/bc5d9e57b8b8a339b582dc47e058979403f771ffe368ebfc72585b64df7b/spaudiopy-0.1.3.tar.gz#sha256=0a35b290e11f148f4e9b0834748fbfe9e2c5b9f8054a31dd0814be3902511095 has inconsistent version: filename has '0.1.3', but metadata has '-tail-.is.not.recognized.as.an.internal.or.external.command-operable.program.or.batch.file.-dirty'

chris-hld commented 3 years ago

Uhh, that's not good... Thanks for reporting!

I will release a new version very soon which will include the things I am currently working on. I'll test the release better next time!

In the meantime, pip can also install directly from GitHub: pip install git+https://github.com/chris-hld/spaudiopy.git@master

chris-hld commented 2 years ago

This should be solved.