Having errors in importing speech recognization, pyttsx3 packages in pyscript #455
Unanswered
priyashadapad
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am uploading index.html file which is giving me errors ie (PY1001): Unable to install package(s) 'numpy,micropip,speechrecognition,pywin32,pyttsx3'. Reason: Can't find a pure Python 3 Wheel for package(s) 'numpy,micropip,speechrecognition,pywin32,pyttsx3'. See: https://pyodide.org/en/stable/usage/faq.html#micropip-can-t-find-a-pure-python-wheel for more information.
`
<title>PyScript Hello World</title> packages = ["numpy","micropip","speechrecognition","pywin32","pyttsx3"]import asyncio import micropip
`
Beta Was this translation helpful? Give feedback.
All reactions