Alejandro Pajuelo

Results 18 comments of Alejandro Pajuelo

> [#435 (comment)](https://github.com/thisbejim/Pyrebase/issues/435#issuecomment-1531045540) [nhorvath#62 (comment)](https://github.com/nhorvath/Pyrebase4/issues/62#issue-1691417831) could be because of this breaking change of deps. Oh thank you for information. I've been reading about this during all day. Could I solve...

> > [#435 (comment)](https://github.com/thisbejim/Pyrebase/issues/435#issuecomment-1531045540) [nhorvath#62 (comment)](https://github.com/nhorvath/Pyrebase4/issues/62#issue-1691417831) could be because of this breaking change of deps. > > Oh thank you for information. I've been reading about this during all day....

Finally I could compile my apk and it is working. After pyrebase 4.7.1 I tried to check all dependencies of it by using **pipdeptree -p pyrebase** (**pip3 install pipdeptree** to...

# > After several days working on it, this requirements list didn't make my app crash: > > requirements = python3,kivy==2.0.0,kivymd==0.104.1,mapview,pyrebase,geocoder,email-validator,requests,urllib3,chardet,idna,ratelim,decorator,click,dnspython,pillow,oauth2client,httplib2,pyparsing,pyasn1,pyasn1_modules,virtualenv,six,sh,rsa,requests-toolbelt,python-jwt,pygments,pycryptodome,ptyprocess,protobuf,platformdirs,pexpect,kivy-garden.mapview,kivy-garden,jws,googleapis-common-protos,gcloud,future,filelock,docutils,distlib,backports.entry-points-selectable,jwcrypto,cryptography,Deprecated,wrapt You're a genius! Thank you so much, it worked...

> Hi, as far as I can see, the libraries mentioned as your requirements are compatible with each other. We need to get in details of exactly where and what...

> Also did you check this [kivy-android-application-crash](https://stackoverflow.com/questions/63336213/kivy-android-application-crash)? Apparently it's required to add pillow library to requirements, otherwise the app crashes. I don't know see pillow in your requirements, could that...

> As mentioned previously, could please try this? > > > Turn USB Debuggin mode on in your device and connect your device to your PC and then run adb...

> > ImportError: dlopen failed: cannot locate symbol "_PyGen_Send" > > This seems to be the reason of why the app is crashing, and it's related to python version and...

> I've tried it and it doesn't work. I tried with python3==3.9.16 and with python3=3.10.8 (which is the one I have installed). With the first one I could not obtain...

> > > > > > > > > I've tried it and it doesn't work. I tried with python3==3.9.16 and with python3=3.10.8 (which is the one I have installed)....