Websoft9 / websoft9

Applications self-hosting platform for running open source, web-based linux Panel of lite PaaS
https://www.websoft9.com
Other
2.13k stars 333 forks source link

install plugins and cockpit faild on Redhat 7.9 #390

Closed qiaofeng1227 closed 11 months ago

qiaofeng1227 commented 11 months ago

There is no python3 on redhat7.9

python3 - << END
import requests
import json
import queue
import os
import sys
import zipfile
qiaofeng1227 commented 11 months ago

install python3

qiaofeng1227 commented 11 months ago
[Plugins] -  Starting download plugin and update it
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'requests'

pip3 install requests