flet icon indicating copy to clipboard operation
flet copied to clipboard

Error Building IPA with Flet: Syntax Warnings and Build Failure

Open jaluscg opened this issue 5 months ago • 3 comments

Hello, I am attempting to build an IPA application using Flet and have encountered an error during the compilation phase. I ran the command flet build ipa --template gh:flet-dev/flet-build-template -vv and received a series of syntax warnings followed by a build failure. Here is the error log:


Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/test_suite.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock/__main__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock/support.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock/testasync.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock/testcallable.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock/testhelpers.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock/testmagicmethods.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock/testmock.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock/testpatch.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock/testsealable.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock/testsentinel.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/test/testmock/testwith.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/unittest/util.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/urllib'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/urllib/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/urllib/error.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/urllib/parse.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/urllib/request.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/urllib/response.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/urllib/robotparser.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/venv'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/venv/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/venv/__main__.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/venv/scripts'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/venv/scripts/common'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/venv/scripts/posix'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/wsgiref'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/wsgiref/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/wsgiref/handlers.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/wsgiref/headers.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/wsgiref/simple_server.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/wsgiref/types.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/wsgiref/util.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/wsgiref/validate.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/__init__.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/dom'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/dom/NodeFilter.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/dom/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/dom/domreg.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/dom/expatbuilder.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/dom/minicompat.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/dom/minidom.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/dom/pulldom.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/dom/xmlbuilder.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/etree'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/etree/ElementInclude.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/etree/ElementPath.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/etree/ElementTree.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/etree/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/etree/cElementTree.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/parsers'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/parsers/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/parsers/expat.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/sax'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/sax/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/sax/_exceptions.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/sax/expatreader.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/sax/handler.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/sax/saxutils.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xml/sax/xmlreader.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xmlrpc'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xmlrpc/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xmlrpc/client.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/xmlrpc/server.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/zoneinfo'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/zoneinfo/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/zoneinfo/_common.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/zoneinfo/_tzpath.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/zoneinfo/_zoneinfo.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/share'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/share/man'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/share/man/man1'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/icons'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/common'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/iphoneos-arm64'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/iphoneos-arm64/ffi'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/iphoneos-arm64/openssl'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/iphoneos-arm64/openssl/crypto'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/iphoneos-arm64/openssl/internal'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/iphoneos-arm64/openssl/openssl'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/iphonesimulator-x86_64'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/iphonesimulator-x86_64/ffi'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/iphonesimulator-x86_64/openssl'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/iphonesimulator-x86_64/openssl/crypto'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/iphonesimulator-x86_64/openssl/internal'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/include/iphonesimulator-x86_64/openssl/openssl'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/lib'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/lib/iphoneos'...
VERBOSE: Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/lib/iphonesimulator'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/root'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/root/python3'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/root/python3/include'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/root/python3/include/python3.11'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/root/python3/include/python3.11/cpython'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/root/python3/include/python3.11/internal'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/root/python3/lib'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/root/python3/lib/python3.11'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/root/python3/lib/python3.11/config-3.11-darwin'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/root/python3/lib/python3.11/config-3.11-darwin/python-config.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/root/python3/lib/python3.11/site-packages'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework/libcrypto.xcframework'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework/libcrypto.xcframework/ios-arm64'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework/libcrypto.xcframework/ios-x86_64-simulator'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework/libffi.xcframework'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework/libffi.xcframework/ios-arm64'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework/libffi.xcframework/ios-x86_64-simulator'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework/libpython3.11.xcframework'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework/libpython3.11.xcframework/ios-arm64'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework/libpython3.11.xcframework/ios-x86_64-simulator'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework/libssl.xcframework'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework/libssl.xcframework/ios-arm64'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/xcframework/libssl.xcframework/ios-x86_64-simulator'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/et_xmlfile'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/et_xmlfile/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/et_xmlfile/xmlfile.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/flet_route'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/flet_route/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/flet_route/not_found_view.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/flet_route/routing.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/main.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/middlewares'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/middlewares/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/middlewares/app_middleware.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/middlewares/assets'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/middlewares/url_middleware.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/_constants.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/cell'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/cell/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/cell/_writer.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/cell/cell.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/cell/read_only.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/cell/rich_text.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/cell/text.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/_3d.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/_chart.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/area_chart.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/axis.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/bar_chart.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/bubble_chart.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/chartspace.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/data_source.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/descriptors.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/error_bar.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/label.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/layout.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/legend.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/line_chart.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/marker.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/picture.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/pie_chart.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/pivot.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/plotarea.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/print_settings.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/radar_chart.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/reader.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/reference.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/scatter_chart.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/series.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/series_factory.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/shapes.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/stock_chart.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/surface_chart.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/text.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/title.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/trendline.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chart/updown_bars.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chartsheet'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chartsheet/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chartsheet/chartsheet.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chartsheet/custom.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chartsheet/properties.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chartsheet/protection.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chartsheet/publish.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chartsheet/relation.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/chartsheet/views.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/comments'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/comments/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/comments/author.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/comments/comment_sheet.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/comments/comments.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/comments/shape_writer.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/compat'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/compat/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/compat/abc.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/compat/numbers.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/compat/product.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/compat/singleton.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/compat/strings.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/descriptors'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/descriptors/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/descriptors/base.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/descriptors/excel.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/descriptors/namespace.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/descriptors/nested.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/descriptors/sequence.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/descriptors/serialisable.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/descriptors/slots.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/colors.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/connector.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/drawing.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/effect.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/fill.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/geometry.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/graphic.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/image.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/line.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/picture.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/properties.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/relation.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/spreadsheet_drawing.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/text.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/drawing/xdr.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/formatting'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/formatting/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/formatting/formatting.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/formatting/rule.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/formula'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/formula/__init__.py'...
VERBOSE: Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/formula/tokenizer.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/formula/translate.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/packaging'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/packaging/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/packaging/core.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/packaging/custom.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/packaging/extended.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/packaging/interface.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/packaging/manifest.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/packaging/relationship.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/packaging/workbook.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/pivot'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/pivot/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/pivot/cache.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/pivot/fields.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/pivot/record.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/pivot/table.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/reader'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/reader/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/reader/drawings.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/reader/excel.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/reader/strings.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/reader/workbook.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/alignment.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/borders.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/builtins.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/cell_style.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/colors.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/differential.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/fills.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/fonts.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/named_styles.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/numbers.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/protection.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/proxy.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/styleable.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/stylesheet.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/styles/table.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils/bound_dictionary.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils/cell.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils/dataframe.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils/datetime.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils/escape.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils/exceptions.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils/formulas.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils/indexed_list.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils/inference.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils/protection.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/utils/units.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/_writer.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/child.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/defined_name.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/external_link'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/external_link/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/external_link/external.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/external_reference.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/function_group.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/properties.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/protection.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/smart_tags.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/views.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/web.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/workbook/workbook.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/_read_only.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/_reader.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/_write_only.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/_writer.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/cell_range.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/cell_watch.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/controls.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/copier.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/custom.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/datavalidation.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/dimensions.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/drawing.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/errors.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/filters.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/formula.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/header_footer.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/hyperlink.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/merge.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/ole.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/page.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/pagebreak.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/picture.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/print_settings.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/properties.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/protection.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/related.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/scenario.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/smart_tag.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/table.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/views.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/worksheet/worksheet.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/writer'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/writer/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/writer/excel.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/writer/theme.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/xml'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/xml/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/xml/constants.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/openpyxl/xml/functions.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/routes.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls/app_bar.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls/for_specific_table'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls/for_specific_table/SpecificColumn.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls/for_specific_table/SpecificEventHandler.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls/for_specific_table/SpecificRow.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls/for_specific_table/SpecificScrollablecontrol.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls/funciones.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls/list_col_view.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls/menu_bar.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls/side_bar.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls/table.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/user_controls/table1.py'...
Listing '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/views'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/views/__init__.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/views/index_view.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/views/menu.py'...
Compiling '/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/views/profile.py'...
/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/lib2to3/tests/data/py3_test_grammar.py:664: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if 1 is 1: pass
/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/lib2to3/tests/data/py3_test_grammar.py:665: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if 1 is not 1: pass
/var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/serious_python_temptUebuu/dist/hostpython3/lib/python3.11/lib2to3/tests/data/py3_test_grammar.py:668: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if 1 < 1 > 1 == 1 >= 1 <= 1 != 1 in 1 not in 1 is 1 is not 1: pass
Deleting Flutter bootstrap directory /var/folders/5s/g225f6nd6jl4g8tshbh1ltk40000gn/T/flet_flutter_build_qPSEvedfjk
Error building Flet app - see the log of failed command above.
Command exited with code 1
Build failed

These warnings seem to be related to the use of is in literal comparisons, which could be an issue with the generated Python code or the way Flet handles compilation.

Could you please help me understand what is causing this issue and how I can resolve it? Is it something related to my code, or is it an issue with the Flet build tool?

Any guidance or advice would be greatly appreciated. Thank you in advance!

jaluscg avatar Jan 30 '24 15:01 jaluscg

I have the same problem with syntax errors from lib2to3 all over the place as well! It genuinely raises the question of why lib2to3 is still being used when:

  1. the entire library is literally deprecated as of Python 3.9 (iirc)
  2. I don't necessarily think that any Python 2 code has to be converted to Python 3 anywhere

Richy-Z avatar Apr 23 '24 16:04 Richy-Z

@jaluscg, will be nice if you could fill up the issue template (requirements.txt, reproducible code, etc).

ndonkoHenri avatar Apr 24 '24 13:04 ndonkoHenri

Hello,

I've followed the request to fill out the issue template. Below are the details including my requirements.txt and the reproducible main.py code:

requirements.txt

flet

main.py

import flet as ft

def main(page):
    class AdaptiveIconButton(ft.IconButton):
        def __init__(self, ios_icon, android_icon):
            super().__init__()
            self._ios_icon = ios_icon
            self._android_icon = android_icon

        def on_update(self):
            self.icon = (
                self._ios_icon if self.page.platform == ft.PagePlatform.IOS
                or self.page.platform == ft.PagePlatform.MACOS
                else self._android_icon
            )

    def set_android(e):
        page.platform = ft.PagePlatform.ANDROID
        page.update()
        print("New platform:", page.platform)

    def set_ios(e):
        page.platform = "ios"
        page.update()
        print("New platform:", page.platform)

    add_icon = AdaptiveIconButton(ios_icon=ft.icons.ABC, android_icon=ft.icons.ADD)
    page.add(add_icon)
    page.adaptive = True

    page.add(
        ft.Switch(label="Switch A", adaptive=True),
        ft.ElevatedButton("Set Android", on_click=set_android, content=ft.Text("Set Android")),
        ft.ElevatedButton("Set iOS", on_click=set_ios, content=ft.Text("Set iOS")),
    )

    print("Default platform:", page.platform)

ft.app(target=main)

The application runs well on Linux, Windows, macOS, and Android. However, when using GitHub Actions, I encounter an error during the iOS IPA build process (lib2to3 issue), as detailed in the workflow section below. All other builds are created correctly. Could you please help me troubleshoot this iOS-specific issue?

GitHub Actions Workflow (build-ios section):

build-ios:
  runs-on: macos-12

  steps:
  - uses: actions/checkout@v3

  - name: Set up Flutter
    uses: subosito/flutter-action@v2
    with:
      channel: 'stable'

  - name: Set up Python 3.11.6
    uses: actions/setup-python@v4
    with:
      python-version: 3.11.6

  - name: use the environment
    run: |
      /Users/runner/hostedtoolcache/Python/3.11.6/x64/bin/python3 -m venv .venv
      source .venv/bin/activate
      pip install flet
      pip install git+https://github.com/flet-dev/python-for-ios.git
      brew install autoconf automake libtool pkg-config
      brew link libtool
      toolchain build python3
      export SERIOUS_PYTHON_IOS_DIST='/Users/runner/work/quitadondo/quitadondo/dist'
      flet build ipa --template gh:flet-dev/flet-build-template -vv

  - name: Build Flet IPA
    id: build
    continue-on-error: true
    run: |
      flet build ipa --template gh:flet-dev/flet-build-template -vv

  - name: Upload IPA to GitHub Release
    run: |
      gh release upload ${{ github.event.release.tag_name }} quitadondo--ios.zip
    env:
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

github

Logs:

1_build-ios.txt

jaluscg avatar Apr 24 '24 15:04 jaluscg