powa-team / powa-web

PoWA user interface
http://powa.readthedocs.io/
73 stars 31 forks source link

5.0.0 build error #218

Open devrimgunduz opened 2 weeks ago

devrimgunduz commented 2 weeks ago

Hi,

I'm getting the following error while building 5.0.0:

File "/usr/lib/python3.13/site-packages/setuptools/_vendor/packaging/version.py", line 198, in __init__
 raise InvalidVersion(f"Invalid version: '{version}'")

setuptools.extern.packaging.version.InvalidVersion: Invalid version: '"5.0.0"'

This happens both on wheel builds and setup.py builds.

Any ideas why?

Thanks!

Cheers, Devrim

rjuju commented 2 weeks ago

hi,

yes I faced the same error when uploading to pypi. apparently the version has to be declared in a single quoted string otherwise you hit this bug, or maybe there's a less lame answer.

but even doing so you still end up with a non functional powa-web as the needed compiled assets are not included in the git, as this part wasn't adequately documented.

I pinged @pgiraud last Sunday and waiting for fixes before I can release a hopefully working 5.0.1.