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
Introduction to Swap Swap (i.e. swap partition) i...
The latest tutorial for installing MySQL 8.0.25 o...
The project needs to use MySQL. Since I had alway...
Slideshows are often seen on web pages. They have...
Starting from Elasticsearch 6.8, free users are a...
Background Here's what happened, Luzhu accide...
Copy code The code is as follows: <!-- Prevent...
Preface Creating shortcuts in Linux can open appl...
Table of contents 1. What is 2. Use Numeric Enume...
Switching files is a common operation in Linux. W...
Because the distribution package of MySQL Communi...
Nginx's rewrite function supports regular mat...
This CSS reset is modified based on Eric Meyers...
In the previous article [Detailed explanation of ...
This article uses an example to describe how to q...