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'm trying to create a simple android app using kivy and buildozer on Google Colab, but when i compile the app i am getting this error 'No such file or directory: 'build/lib.linux-x86_64-3.9/cytoolz/_version.py'. I need cytoolz module because i use web3.py, which need it.
I use the last version of cytoolz (0.12.0) with the last toolz and setuptools modules.
How can i resolve this error?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to create a simple android app using kivy and buildozer on Google Colab, but when i compile the app i am getting this error 'No such file or directory: 'build/lib.linux-x86_64-3.9/cytoolz/_version.py'. I need cytoolz module because i use web3.py, which need it.
I use the last version of cytoolz (0.12.0) with the last toolz and setuptools modules.
How can i resolve this error?
The text was updated successfully, but these errors were encountered: