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
8 optimization methods for MySQL database design,...
Table of contents Build a Docker image using Dock...
1. Some tips on classes declared with class in re...
We have many servers that are often interfered wi...
This article shares with you a special effect mes...
Table of contents Preface 1. Install the service ...
Preface When we forget the MySQL database passwor...
Today I will use the server nginx, and I also nee...
Software Version Windows: Windows 10 MySQL: mysql...
This article shares the MySQL installation tutori...
This article shares the specific code for JavaScr...
Table of contents Preface Case optimization summa...
How to center your HTML button itself? This is ea...
1. When the mobile terminal processes the list sl...
This article uses an example to describe the inte...