[Python error resolution] ---- Could not find a version that satisfies the requirement execjs

1. Error description

An error was reported when installing execjs! ! !

2. Error code

pip install execjs

3. Error picture

Enter a picture description

4. Error

WARNING: Ignoring invalid distribution -ip (c:\python310\lib\site-packages)
ERROR: Could not find a version that satisfies the requirement execjs (from versions: none)
ERROR: No matching distribution found for execjs

5. Analyze the reasons

No corresponding execjs package found! ! !

6. Solutions

pip install PyExecJS

7. Installation result

Enter a picture description

8. Query the pip installation package

pip official website

9. execjs package query

Enter a picture description

10. Query package information

PyExecJS 1.5.1

Enter a picture description

Guess you like

Origin blog.csdn.net/m0_38082783/article/details/132083797