You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(venv) root@Ubuntu:/opt/DouyinLiveRecorder# pip install execjs
ERROR: Could not find a version that satisfies the requirement execjs (from versions: none)
ERROR: No matching distribution found for execjs
(venv) root@Ubuntu:/opt/DouyinLiveRecorder# deactivate
root@Ubuntu:/opt/DouyinLiveRecorder# python3 main.py
Traceback (most recent call last):
File "/opt/DouyinLiveRecorder/main.py", line 31, in
from spider import (
File "/opt/DouyinLiveRecorder/spider.py", line 24, in
import execjs
ModuleNotFoundError: No module named 'execjs'
请问这个报错应该如何解决
The text was updated successfully, but these errors were encountered:
(venv) root@Ubuntu:/opt/DouyinLiveRecorder# pip install execjs
ERROR: Could not find a version that satisfies the requirement execjs (from versions: none)
ERROR: No matching distribution found for execjs
(venv) root@Ubuntu:/opt/DouyinLiveRecorder# deactivate
root@Ubuntu:/opt/DouyinLiveRecorder# python3 main.py
Traceback (most recent call last):
File "/opt/DouyinLiveRecorder/main.py", line 31, in
from spider import (
File "/opt/DouyinLiveRecorder/spider.py", line 24, in
import execjs
ModuleNotFoundError: No module named 'execjs'
请问这个报错应该如何解决
The text was updated successfully, but these errors were encountered: