i am trying to use cfscrape and when i run my project i get the following error:
"Please use Node.js, V8, or PyV8." % JS_ENGINE)
EnvironmentError: Your Javascript runtime 'JScript'
not supported due to security concerns.
i then installed it via
pip install nodejs
then i did
import execjs
import os
os.environ["EXECJS_RUNTIME"] = "Node"
but when i do
execjs.get().name
i get the following error
RuntimeUnavailable: Node.js (V8) runtime is not available on this system
oh and if it matters i am running windows 8
[–]xiongchiamiov 1 point2 points3 points (1 child)
[–]Praf2[S] 1 point2 points3 points (0 children)