79552802

Date: 2025-04-03 11:35:57
Score: 1
Natty:
Report link

I think you can also use pipenv which directly and use that to install the waitress.

You can install it in you desired location then run pipenv shell to activate your environment

and then run waitress-serve

pip install pipenv 
#go to the desired location 
pipenv install waitress
pipenv shell 
waitress-serve
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: lakshman thota