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
Preface This article will focus on the use of Typ...
Table of contents 1. Operation of js integer 2. R...
Table of contents 1 Introduction 2 Trigger Introd...
Question How to access the local database in Dock...
First time writing. Allow me to introduce myself....
1. Download the mysql tar file: https://dev.mysql...
First, create a tomcat folder. To facilitate the ...
Table of contents Storage Engine Memory Managemen...
<!--[if IE 6]> Only IE6 can recognize <![...
<br />Original URL: http://www.lxdong.com/po...
Table of contents 1. Download 2. Deployment 3. Ng...
Table of contents Preface Code Implementation Ide...
Table of contents vue2.x vue3.x tiny-emitter plug...
Introduction Use simple jQuery+CSS to create a cus...
background As we all know, nginx is a high-perfor...