sebo-b / warp

Workspace Autonomous Reservation Program - a system to help you efficiently manage hybrid (assigned, hot-desks, etc) office space.
MIT License
139 stars 60 forks source link

Docker install failed #17

Closed cabe56 closed 1 year ago

cabe56 commented 1 year ago

After following the docker setup instructions in the readme, an error showed up:

python setup.py bdist_wheel -d wheel: /usr/local/lib/python3.11/site-packages/setuptools/dist.py:548: UserWarning: The version specified ('2.0-rolling') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.

To finish installing, change the version param in setup.py from 2.0-rolling to 2.0.

I'm using MacOSX Ventura 13.1; Docker 4.16.2.

sebo-b commented 1 year ago

Thanks for the report. I pushed changes, it is fixed now.