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?
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?