You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I put this code:
pipenv install --python /data/data/com.termux/files/usr/bin/python
and i got this error:
~/CapsuleFarmer $ pipenv run python ./src/main.py
Traceback (most recent call last):
File "/data/data/com.termux/files/home/CapsuleFarmer/./src/main.py", line 1, in
from DataProviderThread import DataProviderThread
File "/data/data/com.termux/files/home/CapsuleFarmer/src/DataProviderThread.py", line 4, in
import cloudscraper
ModuleNotFoundError: No module named 'cloudscraper'
What should happen?
i get a error when i try install it on android
Capsule Farmer Version
v.1.4
Operating System
Other (Non Windows are not natively supported)
Operating System Version
No response
Relevant log output
No response
Notes
No response
My issue is not a question
I acknowledge that this issue is not a question or feature request.
The text was updated successfully, but these errors were encountered:
What happened?
I put this code:
pipenv install --python /data/data/com.termux/files/usr/bin/python
and i got this error:
~/CapsuleFarmer $ pipenv run python ./src/main.py
Traceback (most recent call last):
File "/data/data/com.termux/files/home/CapsuleFarmer/./src/main.py", line 1, in
from DataProviderThread import DataProviderThread
File "/data/data/com.termux/files/home/CapsuleFarmer/src/DataProviderThread.py", line 4, in
import cloudscraper
ModuleNotFoundError: No module named 'cloudscraper'
What should happen?
i get a error when i try install it on android
Capsule Farmer Version
v.1.4
Operating System
Other (Non Windows are not natively supported)
Operating System Version
No response
Relevant log output
No response
Notes
No response
My issue is not a question
The text was updated successfully, but these errors were encountered: