Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

execjs相关报错 #659

Closed
heluo1798 opened this issue Sep 30, 2024 · 1 comment
Closed

execjs相关报错 #659

heluo1798 opened this issue Sep 30, 2024 · 1 comment

Comments

@heluo1798
Copy link

(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'
请问这个报错应该如何解决

@ihmily
Copy link
Owner

ihmily commented Oct 9, 2024

缺少PyExecJS这个第三方库,执行 pip install PyExecJS 安装

@ihmily ihmily closed this as completed Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants