background: Because the server deployed the flask project and installed python3, the Baota panel reported an error when restarting
Solution: 1. Install geventwebsocket in python3 I don't want to disassemble python3, nor do I want to delete the soft link of python3, so I found this method on the Internet After a careful look, it seems that the geventwebsocket module is missing after upgrading python3.7 Then I tried to install this module using pip: sudo pip3 install geventwebsocket The result is still wrong 2. Continue to install gevent-websocket sudo pip3 install gevent-websocket After installation, there is still an error, prompting No module named 'paramiko' 3. Continue to install paramiko sudo pip3 install paramiko 4. Then restart the pagoda panel sudo /etc/init.d/bt success! ! ! Summarize The above is what I introduced to you about the prompt after restarting the Baota panel - ModuleNotFoundError: No module named ''''geventwebsocket''''. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Solve the problem of MySQL 8.0 still prompting Access denied even though the input is correct
>>: Sample code for implementing Alipay sandbox payment with Vue+SpringBoot
This article example shares the specific code of ...
The Docker daemon uses HTTP_PROXY , HTTPS_PROXY ,...
We all know that the commonly used positioning me...
Table of contents Creating OAuth Apps Get the cod...
1. Download the mysql tar file: https://dev.mysql...
I recently encountered a problem at work. There i...
From development to deployment, do it yourself Wh...
I remember that a few years ago, there was an int...
Enough of small talk <br />Based on the lar...
Table of contents initialization initState() init...
On a whim, I wrote a case study of a small ball b...
Official documentation: https://dev.mysql.com/doc...
1. Type introduction 1.1 Domain-based virtual hos...
Detailed explanation of Java calling ffmpeg to co...
Table of contents 1. Constructors and prototypes ...