python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

storm recipe build fail

Open RobertFlatt opened this issue 2 years ago • 0 comments

Logs

[1m[INFO][0m:    storm apparently isn't already in site-packages
[1m[INFO][0m:    Installing storm into site-packages
[1m[INFO][0m:    [36m-> directory context /home/bobf/ex/regression/.buildozer/android/platform/build-arm64-v8a/build/other_builds/storm/arm64-v8a__ndk_target_21/storm[39m
[1m[90m[DEBUG][39m[0m:   [90m->[0m running python3 setup.py install -O2 --root=/home/bobf/ex/regression/.buildozer/android/platform/build-arm64-v8a/build/python-installs/myapp/arm64-v8a --install-lib=.[0m
[1m[90m[DEBUG][39m[0m:   	Traceback (most recent call last):
[1m[90m[DEBUG][39m[0m:   	  File "/home/bobf/ex/regression/.buildozer/android/platform/build-arm64-v8a/build/other_builds/storm/arm64-v8a__ndk_target_21/storm/setup.py", line 5, in <module>
[1m[90m[DEBUG][39m[0m:   	    import ez_setup
[1m[90m[DEBUG][39m[0m:   	  File "/home/bobf/ex/regression/.buildozer/android/platform/build-arm64-v8a/build/other_builds/storm/arm64-v8a__ndk_target_21/storm/ez_setup.py", line 106
[1m[90m[DEBUG][39m[0m:   	    except pkg_resources.VersionConflict, e:
[1m[90m[DEBUG][39m[0m:   	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[1m[90m[DEBUG][39m[0m:   	SyntaxError: multiple exception types must be parenthesized

RobertFlatt avatar May 30 '23 01:05 RobertFlatt