Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: error module not found on termux android #206

Open
1 task done
pedropedrito397 opened this issue Jun 8, 2023 · 0 comments
Open
1 task done

[Bug]: error module not found on termux android #206

pedropedrito397 opened this issue Jun 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@pedropedrito397
Copy link

pedropedrito397 commented Jun 8, 2023

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

  • I acknowledge that this issue is not a question or feature request.
@pedropedrito397 pedropedrito397 added the bug Something isn't working label Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant