1602527195 Publish time 2020-11-8 17:12:20

Darkpaw Webscockets error could not find a version

when I run the adeept_darkpaw/server/webServer .py command to start the webserver on my Darkpaw.File "adeept_darkpaw/server/webServer.py", line 24, in <module> import websockets ModuleNotFoundError: No module named 'websockets'
I tried to run the "sudo pip3 install websockets" get this error message, Could not find a version that satisfies the requirements WebSockets from version: none.
Not sure where to go from here? I understand I need webScockes installed in my Pi not sure what version I need how to install it.
Thank you for any help.
James



Adeept Publish time 2021-2-4 17:08:18

Before executing this command, you need to run the command "sudo python3 adeept_darkpaw/setup.py" to install the dependent libraries
Pages: [1]
View full version: Darkpaw Webscockets error could not find a version