Closed janiosarmento closed 6 months ago
I'm trying to install this on a Raspberry Pi, but it won't run because of:
ModuleNotFoundError: No module named 'curl_cffi'
What about adding a requirements.txt to the repo?
requirements.txt
Thanks!
I don't know much about Raspberry Pi, but it should install these before installing the package itself:
I made it run by manually installing the packages.
👍
I'm trying to install this on a Raspberry Pi, but it won't run because of:
ModuleNotFoundError: No module named 'curl_cffi'
What about adding a
requirements.txt
to the repo?Thanks!