PhlexPlexico / get5-web

[END OF LIFE] Webpanel for servers using the get5 CS:GO server plugin
GNU General Public License v3.0
21 stars 10 forks source link

Remove enum after EOL of Python2.7 crash #192

Closed TandelK closed 4 years ago

TandelK commented 4 years ago

Enum is no longer working after Python 2.7 EOL. This is should atleast bring some workaround for all the panel installation.

TandelK commented 4 years ago

Closing this as found the perfect way to use enum 0.4.6

New Setuptools while installing virtualenv will install 45.0.0 version and enum wont work with it so we have to downgrade our setuptools with custom command in virtualenv pip install --upgrade 'setuptools<45.0.0

This will downgrade setuptools to 44.1.0 version which can work work with python 2.7 and should allow us to use enum requirements.