Launch failure
Published: May 25, 2021 - 11:47
Good morning,
- WAPT version installed: 1.8
- Server OS: Windows
- Operating system of the administration/package creation machine: Windows 10
I had no particular problems until, when launching the console on my computer, I got a connection failure.
The wapt services are stopped, it is impossible to start them.

In my nssm_waptserver file I have this:
In my nssm_wapttasks file I have this:
In my waptservice file I have this:
Does anyone have any ideas, please?
- WAPT version installed: 1.8
- Server OS: Windows
- Operating system of the administration/package creation machine: Windows 10
I had no particular problems until, when launching the console on my computer, I got a connection failure.
The wapt services are stopped, it is impossible to start them.

In my nssm_waptserver file I have this:
Code: Select all
Traceback (most recent call last):
File "e:\wapt\waptserver\server.py", line 28, in <module>
from eventlet import monkey_patch
ImportError: No module named eventletCode: Select all
Traceback (most recent call last):
File "e:\wapt\waptserver\wapthuey.py", line 34, in <module>
from huey.bin import huey_consumer
ImportError: No module named huey.binCode: Select all
Traceback (most recent call last):
File "e:\wapt\waptservice\service.py", line 41, in <module>
from waptutils import __version__
File "e:\wapt\waptutils.py", line 42, in <module>
import requests
ImportError: No module named requests