-
I'm using OpenSuSE Leap 15.4. It comes with Python 2.7 and 3.6 I followed the tutorial and all seemed to go OK until 'briefcase run' when I got this:
I ran docker with 'sudo dockerd' - no other configuration. I can run the toga demo with python 3.9. I do not get an error if I run this in python 3.9
I'd be grateful for any hints. Dave |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You'll probably have better luck with the bleeding edge of
That'll include #756 which should address this issue. Alternatively, a new version of |
Beta Was this translation helpful? Give feedback.
You'll probably have better luck with the bleeding edge of
briefcase
:python -m pip install -U git+https://github.com/beeware/briefcase.git@main
That'll include #756 which should address this issue. Alternatively, a new version of
briefcase
is forthcoming and will include this.