Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apk Build Error #2

Closed
justinkumpe opened this issue Mar 1, 2024 · 8 comments
Closed

apk Build Error #2

justinkumpe opened this issue Mar 1, 2024 · 8 comments

Comments

@justinkumpe
Copy link

justinkumpe commented Mar 1, 2024

When I run flet build apk I get the below error. It only happens when building apk and only if I have flet_easy in the requirements.txt.

      Cannot_compile_native_modules -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -mmacosx-version-min=10.9 -Wno-nullability-completeness -Wno-expansion-to-defined 
-Wno-undef-prefix -fPIC -I/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqls0490v/tools/deps/include 
-I/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqls0490v/tools/deps/include/ncursesw 
-I/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqls0490v/tools/deps/include/uuid -Werror=unguarded-availability-new -DWATCHDOG_VERSION_STRING=\"3.0.0\" 
-DWATCHDOG_VERSION_MAJOR=3 -DWATCHDOG_VERSION_MINOR=0 -DWATCHDOG_VERSION_BUILD=0 
-I/var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/hostpython3.11_tDUad5/python/include/python3.11 -c src/watchdog_fsevents.c -o 
build/temp.macosx-10.9-x86_64-cpython-311/src/watchdog_fsevents.o -std=c99 -pedantic -Wall -Wextra -fPIC -Wno-nullability-completeness -Wno-nullability-extension 
-Wno-newline-eof -Wno-error=unused-command-line-argument
      error: command 'Cannot_compile_native_modules' failed: No such file or directory
      
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for watchdog
ERROR: Could not build wheels for watchdog, which is required to install pyproject.toml-based projects
@Daxexs
Copy link
Owner

Daxexs commented Mar 2, 2024

More information please.

@justinkumpe
Copy link
Author

justinkumpe commented Mar 2, 2024

Below is the build log and code example. I only get the error when trying to build apk for Android with flet-easy in my requirements.txt. Remove flet-easy from requirements and apk builds fine. I ended up removing flet-easy from requirements and copied the flet-easy source code directly and my app builds and functions fine but if I add flet-easy to the requirements and use flet-easy that way, the apk will not build.

Using macOS to run the flet build command.

build log:

(base) justin-macbook-pro:Kumpe3D_Kiosk justinkumpe$ flet build apk --project "kumpe3dkiosk" --product "Kumpe3D Kiosk" --build-version "1.0.3" --build-number 5 --copyright "Copyright (c) 2024 KumpeApps LLC" --org com.kumpeapps.flet --company "KumpeApps LLC" --include-packages flet_audio -v
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/watchdog/observers/__init__.py:77: UserWarning: Failed to import fsevents. Fall back to kqueue
  warnings.warn("Failed to import fsevents. Fall back to kqueue")
Flutter bootstrap directory: 
/var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/flet_flutter_build_GznqkiUjrY
Additional Flutter dependencies:
{'flet_audio': 'any'}
Creating Flutter bootstrap project...OK
Customizing app icons and splash images...Copying /Users/justinkumpe/Documents/Kumpe3D_Kiosk/assets/icon.png to 
/var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/flet_flutter_build_GznqkiUjrY/i
mages
OK
Generating app icons...
Run subprocess: ['/Users/justinkumpe/development/flutter/bin/dart', 'run', 
'flutter_launcher_icons']
Resolving dependencies in /private/var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/flet_flutter_build_GznqkiUjrY... (1.6s)
Got dependencies in /private/var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/flet_flutter_build_GznqkiUjrY.
Building package executable... (2.2s)
Built flutter_launcher_icons:flutter_launcher_icons.
  ════════════════════════════════════════════
     FLUTTER LAUNCHER ICONS (v0.13.1)                               
  ════════════════════════════════════════════
  
• Creating default icons Android
• Overwriting the default Android launcher icon with a new icon
• Overwriting default iOS launcher icon with new icon
Creating Icons for Web...              done
Creating Icons for Windows...          done
Creating Icons for MacOS...            done

✓ Successfully generated launcher icons
OK
Generating splash screens...
Run subprocess: ['/Users/justinkumpe/development/flutter/bin/dart', 'run', 
'flutter_native_splash:create']
Building package executable... (2.2s)
Built flutter_native_splash:create.
[Android] Creating default splash images
[Android] Creating dark mode splash images
[Android] Creating default android12splash images
[Android] Creating dark mode android12splash images
[Android] Updating launch background(s) with splash image path...
[Android]  - android/app/src/main/res/drawable/launch_background.xml
[Android]  - android/app/src/main/res/drawable-night/launch_background.xml
[Android]  - android/app/src/main/res/drawable-v21/launch_background.xml
[Android]  - android/app/src/main/res/drawable-night-v21/launch_background.xml
[Android] Updating styles...
[Android]  - android/app/src/main/res/values-v31/styles.xml
[Android] No android/app/src/main/res/values-v31/styles.xml found in your Android project
[Android] Creating android/app/src/main/res/values-v31/styles.xml and adding it to your Android project
[Android]  - android/app/src/main/res/values-night-v31/styles.xml
[Android] No android/app/src/main/res/values-night-v31/styles.xml found in your Android project
[Android] Creating android/app/src/main/res/values-night-v31/styles.xml and adding it to your Android project
[Android]  - android/app/src/main/res/values/styles.xml
[Android]  - android/app/src/main/res/values-night/styles.xml
[iOS] Creating  images
[iOS] Creating dark mode  images
[iOS] Updating ios/Runner/Info.plist for status bar hidden/visible
[Web] Creating images
[Web] Creating images
[Web] Creating background images
[Web] Creating CSS
[Web] Updating index.html
╔════════════════════════════════════════════════════════════════════════════╗
║                       NEED A GREAT FLUTTER DEVELOPER?                      ║
╠════════════════════════════════════════════════════════════════════════════╣
║                                                                            ║
║   I am available!  Find me at https://www.linkedin.com/in/hansonjon/       ║
║                                                                            ║
╚════════════════════════════════════════════════════════════════════════════╝

✅ Native splash complete.
Now go finish building something awesome! 💪 You rock! 🤘🤩
Like the package? Please give it a 👍 here: https://pub.dev/packages/flutter_native_splash

OK
Packaging Python app...
Run subprocess: ['/Users/justinkumpe/development/flutter/bin/dart', 'run', 
'serious_python:main', 'package', '/Users/justinkumpe/Documents/Kumpe3D_Kiosk', 
'--mobile', '--platform', 'mobile', '--dep-mappings', 'flet=flet-embed', 
'--req-deps', 'flet-embed', '--exclude', 'build']
Building package executable... (1.4s)
Built serious_python:main.
Running package command
Creating asset directory: /private/var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/flet_flutter_build_GznqkiUjrY/app
Copying Python app from /Users/justinkumpe/Documents/Kumpe3D_Kiosk to /var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/serious_python_tempbGs8sl
Configured mobile platform with sitecustomize.py at /var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/serious_python_sitecustomizeImykzV/sitecustomize.py
Installing dependencies [flet-embed>=0.20.2, PyMySQL==1.1.0, python-dotenv==1.0.1, infisical_api==1.0.0, parse==1.20.1, flet-easy==0.1.1] with pip command to /var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/serious_python_tempbGs8sl/__pypackages__
Extracting Python distributive from /var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/cpython-3.11.6+20231002-x86_64-apple-darwin-install_only.tar.gz to /var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/hostpython3.11_2Rm1Wh
/var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/hostpython3.11_2Rm1Wh/python/lib/python3.11/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils.
  warnings.warn("Setuptools is replacing distutils.")
  error: subprocess-exited-with-error
  
  × Building wheel for watchdog (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [55 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib.macosx-10.9-x86_64-cpython-311
      creating build/lib.macosx-10.9-x86_64-cpython-311/watchdog
      copying src/watchdog/watchmedo.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog
      copying src/watchdog/version.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog
      copying src/watchdog/events.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog
      copying src/watchdog/__init__.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog
      creating build/lib.macosx-10.9-x86_64-cpython-311/watchdog/utils
      copying src/watchdog/utils/patterns.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/utils
      copying src/watchdog/utils/__init__.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/utils
      copying src/watchdog/utils/event_debouncer.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/utils
      copying src/watchdog/utils/dirsnapshot.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/utils
      copying src/watchdog/utils/delayed_queue.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/utils
      copying src/watchdog/utils/platform.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/utils
      copying src/watchdog/utils/process_watcher.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/utils
      copying src/watchdog/utils/bricks.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/utils
      copying src/watchdog/utils/echo.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/utils
      creating build/lib.macosx-10.9-x86_64-cpython-311/watchdog/observers
      copying src/watchdog/observers/fsevents.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/observers
      copying src/watchdog/observers/inotify.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/observers
      copying src/watchdog/observers/__init__.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/observers
      copying src/watchdog/observers/api.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/observers
      copying src/watchdog/observers/inotify_buffer.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/observers
      copying src/watchdog/observers/winapi.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/observers
      copying src/watchdog/observers/read_directory_changes.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/observers
      copying src/watchdog/observers/kqueue.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/observers
      copying src/watchdog/observers/inotify_c.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/observers
      copying src/watchdog/observers/polling.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/observers
      copying src/watchdog/observers/fsevents2.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/observers
      creating build/lib.macosx-10.9-x86_64-cpython-311/watchdog/tricks
      copying src/watchdog/tricks/__init__.py -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog/tricks
      running egg_info
      writing src/watchdog.egg-info/PKG-INFO
      writing dependency_links to src/watchdog.egg-info/dependency_links.txt
      writing entry points to src/watchdog.egg-info/entry_points.txt
      writing requirements to src/watchdog.egg-info/requires.txt
      writing top-level names to src/watchdog.egg-info/top_level.txt
      reading manifest file 'src/watchdog.egg-info/SOURCES.txt'
      reading manifest template 'MANIFEST.in'
      warning: no files found matching '*.h' under directory 'src'
      warning: no files found matching 'docs/*.txt'
      adding license file 'LICENSE'
      adding license file 'COPYING'
      adding license file 'AUTHORS'
      writing manifest file 'src/watchdog.egg-info/SOURCES.txt'
      copying src/watchdog/py.typed -> build/lib.macosx-10.9-x86_64-cpython-311/watchdog
      running build_ext
      building '_watchdog_fsevents' extension
      creating build/temp.macosx-10.9-x86_64-cpython-311
      creating build/temp.macosx-10.9-x86_64-cpython-311/src
      Cannot_compile_native_modules -DNDEBUG -g -fwrapv -O3 -Wall -arch x86_64 -mmacosx-version-min=10.9 -Wno-nullability-completeness -Wno-expansion-to-defined -Wno-undef-prefix -fPIC -I/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqls0490v/tools/deps/include -I/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqls0490v/tools/deps/include/ncursesw -I/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/tmpqls0490v/tools/deps/include/uuid -Werror=unguarded-availability-new -DWATCHDOG_VERSION_STRING=\"3.0.0\" -DWATCHDOG_VERSION_MAJOR=3 -DWATCHDOG_VERSION_MINOR=0 -DWATCHDOG_VERSION_BUILD=0 -I/var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/hostpython3.11_2Rm1Wh/python/include/python3.11 -c src/watchdog_fsevents.c -o build/temp.macosx-10.9-x86_64-cpython-311/src/watchdog_fsevents.o -std=c99 -pedantic -Wall -Wextra -fPIC -Wno-nullability-completeness -Wno-nullability-extension -Wno-newline-eof -Wno-error=unused-command-line-argument
      error: command 'Cannot_compile_native_modules' failed: No such file or directory
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for watchdog
ERROR: Could not build wheels for watchdog, which is required to install pyproject.toml-based projects

[notice] A new release of pip is available: 23.2.1 -> 24.0
[notice] To update, run: /var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/hostpython3.11_2Rm1Wh/python/bin/python3 -m pip install --upgrade pip
Deleting Flutter bootstrap directory 
/var/folders/jd/2x7b0kxd2wdfq3925702b1c00000gn/T/flet_flutter_build_GznqkiUjrY
Error building Flet app - see the log of failed command above.

requirements.txt:

flet>=0.20.2
PyMySQL==1.1.0
python-dotenv==1.0.1
infisical_api==1.0.0
parse==1.20.1
flet-easy==0.1.1

Code Example:
https://github.com/kumpeapps/Kumpe3D_Kiosk/tree/flet-easy

@Daxexs
Copy link
Owner

Daxexs commented Mar 3, 2024

At the moment I did the test on windows, with the code from the repository mentioned above and I had no error in the apk compilation.

apk-fs

@justinkumpe
Copy link
Author

I am not sure then. I have tried everything I can think of. If I copy the flet-easy source code instead of placing in requirements.txt then it builds fine. I can deal with this workaround myself.

@NooRMaseR
Copy link

same, after i upgraded flet-easy i get this error
here is the requirements

flet
flet-easy
requests

and the error:

Flutter executable: D:\flutter\bin\flutter.BAT
Dart executable: D:\flutter\bin\dart.BAT
Flutter bootstrap directory: C:\Users\WORKST~1\AppData\Local\Temp\flet_flutter_build_VfCcdMISsr
Additional Flutter dependencies:
{}
Creating Flutter bootstrap project...OK
Customizing app icons and splash images...Copying D:\backup\programming\Python\MaseR Assistant 2\main app\assets\icon.png to
C:\Users\WORKST~1\AppData\Local\Temp\flet_flutter_build_VfCcdMISsr\images
Copying D:\backup\programming\Python\MaseR Assistant 2\main app\assets\splash.png to
C:\Users\WORKST~1\AppData\Local\Temp\flet_flutter_build_VfCcdMISsr\images
OK
Generating app icons...
Run subprocess: ['D:\\flutter\\bin\\dart.BAT', 'run', 'flutter_launcher_icons']
Resolving dependencies in C:\Users\WORKST~1\AppData\Local\Temp\flet_flutter_build_VfCcdMISsr... (4.5s)
Got dependencies in C:\Users\WORKST~1\AppData\Local\Temp\flet_flutter_build_VfCcdMISsr.
Building package executable... (8.8s)
Built flutter_launcher_icons:flutter_launcher_icons.
  ════════════════════════════════════════════
     FLUTTER LAUNCHER ICONS (v0.13.1)
  ════════════════════════════════════════════

• Creating default icons Android
• Overwriting the default Android launcher icon with a new icon
• Overwriting default iOS launcher icon with new icon
Creating Icons for Web...
Creating Icons for Windows...
Creating Icons for MacOS...

✓ Successfully generated launcher icons
OK
Generating splash screens...
Run subprocess: ['D:\\flutter\\bin\\dart.BAT', 'run', 'flutter_native_splash:create']
Building package executable... (10.6s)
Built flutter_native_splash:create.
[Android] Creating default splash images
[Android] Creating dark mode splash images
[Android] Creating default android12splash images
[Android] Creating dark mode android12splash images
[Android] Updating launch background(s) with splash image path...
[Android]  - android/app/src/main/res/drawable/launch_background.xml
[Android]  - android/app/src/main/res/drawable-night/launch_background.xml
[Android]  - android/app/src/main/res/drawable-v21/launch_background.xml
[Android]  - android/app/src/main/res/drawable-night-v21/launch_background.xml
[Android] Updating styles...
[Android]  - android/app/src/main/res/values-v31/styles.xml
[Android] No android/app/src/main/res/values-v31/styles.xml found in your Android project
[Android] Creating android/app/src/main/res/values-v31/styles.xml and adding it to your Android project
[Android]  - android/app/src/main/res/values-night-v31/styles.xml
[Android] No android/app/src/main/res/values-night-v31/styles.xml found in your Android project
[Android] Creating android/app/src/main/res/values-night-v31/styles.xml and adding it to your Android project
[Android]  - android/app/src/main/res/values/styles.xml
[Android]  - android/app/src/main/res/values-night/styles.xml
[iOS] Creating  images
[iOS] Creating dark mode  images
[iOS] Updating ios/Runner/Info.plist for status bar hidden/visible
[Web] Creating images
[Web] Creating images
[Web] Creating background images
[Web] Creating CSS
[Web] Updating index.html
╔════════════════════════════════════════════════════════════════════════════╗
║                       NEED A GREAT FLUTTER DEVELOPER?                      ║
╠════════════════════════════════════════════════════════════════════════════╣
║                                                                            ║
║   I am available!  Find me at https://www.linkedin.com/in/hansonjon/       ║
║                                                                            ║
╚════════════════════════════════════════════════════════════════════════════╝

✅ Native splash complete.
Now go finish building something awesome! 💪 You rock! 🤘🤩
Like the package? Please give it a 👍 here: https://pub.dev/packages/flutter_native_splash

OK
Packaging Python app...
Run subprocess: ['D:\\flutter\\bin\\dart.BAT', 'run', 'serious_python:main', 'package',
'D:\\backup\\programming\\Python\\MaseR Assistant 2\\main app', '--mobile', '--platform', 'mobile', '--dep-mappings',
'flet=flet-embed', '--req-deps', 'flet-embed', '--exclude', 'build', '--verbose']
Building package executable... (5.8s)
Built serious_python:main.
Running package command
Creating asset directory: C:\Users\WORKST~1\AppData\Local\Temp\flet_flutter_build_VfCcdMISsr\app
Copying Python app from D:\backup\programming\Python\MaseR Assistant 2\main app to C:\Users\WORKST~1\AppData\Local\Temp\serious_python_tempe7783b1f
Configured mobile platform with sitecustomize.py at C:\Users\WORKST~1\AppData\Local\Temp\serious_python_sitecustomizeb8f41e14\sitecustomize.py
Installing dependencies [flet-embed, flet-easy, requests] with pip command to C:\Users\WORKST~1\AppData\Local\Temp\serious_python_tempe7783b1f\__pypackages__
Extracting Python distributive from C:\Users\WORKST~1\AppData\Local\Temp\cpython-3.11.6+20231002-x86_64-pc-windows-msvc-shared-install_only.tar.gz to C:\Users\WORKST~1\AppData\Local\Temp\hostpython3.11_390b13b7
VERBOSE: C:\Users\WORKST~1\AppData\Local\Temp\hostpython3.11_390b13b7\python\python.exe -m pip install --isolated --upgrade --target C:\Users\WORKST~1\AppData\Local\Temp\serious_python_tempe7783b1f\__pypackages__ flet-embed flet-easy requests
VERBOSE: Collecting flet-embed
VERBOSE: Obtaining dependency information for flet-embed from https://files.pythonhosted.org/packages/65/65/74df720408e5a85a57579a06e0f0bd2370e4a7ff218bc149b53b18f4dd43/flet_embed-0.21.1-py3-none-any.whl.metadata
VERBOSE: Using cached flet_embed-0.21.1-py3-none-any.whl.metadata (1.0 kB)
VERBOSE: Collecting flet-easy
VERBOSE: Obtaining dependency information for flet-easy from https://files.pythonhosted.org/packages/5c/16/265384386f93180b2cb11e731f16722d7ef8e676f9790399641451c08bea/flet_easy-0.1.1-py3-none-any.whl.metadata
VERBOSE: Using cached flet_easy-0.1.1-py3-none-any.whl.metadata (4.8 kB)
VERBOSE: Collecting requests
VERBOSE: Obtaining dependency information for requests from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata
VERBOSE: Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
VERBOSE: Collecting flet-runtime==0.21.1 (from flet-embed)
VERBOSE: Obtaining dependency information for flet-runtime==0.21.1 from https://files.pythonhosted.org/packages/37/5b/fd65449684415c8d07e180b765c33bd3a853d13dcd08ff44740827f045a1/flet_runtime-0.21.1-py3-none-any.whl.metadata
VERBOSE: Using cached flet_runtime-0.21.1-py3-none-any.whl.metadata (1.1 kB)
VERBOSE: Collecting flet-core==0.21.1 (from flet-runtime==0.21.1->flet-embed)
VERBOSE: Obtaining dependency information for flet-core==0.21.1 from https://files.pythonhosted.org/packages/7f/6f/53dc5f0cfe95da5585973160be0db82f2e852f73a782130a3b43ba4e4466/flet_core-0.21.1-py3-none-any.whl.metadata
VERBOSE: Using cached flet_core-0.21.1-py3-none-any.whl.metadata (971 bytes)
VERBOSE: Collecting httpx<1,>=0 (from flet-runtime==0.21.1->flet-embed)
VERBOSE: Obtaining dependency information for httpx<1,>=0 from https://files.pythonhosted.org/packages/41/7b/ddacf6dcebb42466abd03f368782142baa82e08fc0c1f8eaa05b4bae87d5/httpx-0.27.0-py3-none-any.whl.metadata
VERBOSE: Using cached httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
VERBOSE: Collecting oauthlib<4.0.0,>=3.2.2 (from flet-runtime==0.21.1->flet-embed)
VERBOSE: Obtaining dependency information for oauthlib<4.0.0,>=3.2.2 from https://files.pythonhosted.org/packages/7e/80/cab10959dc1faead58dc8384a781dfbf93cb4d33d50988f7a69f1b7c9bbe/oauthlib-3.2.2-py3-none-any.whl.metadata
VERBOSE: Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB)
VERBOSE: Collecting repath<0.10.0,>=0.9.0 (from flet-core==0.21.1->flet-runtime==0.21.1->flet-embed)
VERBOSE: Obtaining dependency information for repath<0.10.0,>=0.9.0 from https://files.pythonhosted.org/packages/87/ed/92e9b8a3ffc562f21df14ef2538f54e911df29730e1f0d79130a4edc86e7/repath-0.9.0-py3-none-any.whl.metadata
VERBOSE: Using cached repath-0.9.0-py3-none-any.whl.metadata (899 bytes)
VERBOSE: Collecting flet (from flet-easy)
VERBOSE: Obtaining dependency information for flet from https://files.pythonhosted.org/packages/7b/7c/eed9c3fb95470b9c20f1935c0ec0a61cbc94dceaa10d19f9c96cd516f394/flet-0.21.1-py3-none-any.whl.metadata
VERBOSE: Using cached flet-0.21.1-py3-none-any.whl.metadata (3.2 kB)
VERBOSE: Collecting parse (from flet-easy)
VERBOSE: Obtaining dependency information for parse from https://files.pythonhosted.org/packages/ce/f0/30fe1494f1910ad3ea40639b13ac48cdb16a8600e8861cbfc2c560661ddf/parse-1.20.1-py2.py3-none-any.whl.metadata
VERBOSE: Using cached parse-1.20.1-py2.py3-none-any.whl.metadata (22 kB)
VERBOSE: Collecting charset-normalizer<4,>=2 (from requests)
VERBOSE: Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/28/76/e6222113b83e3622caa4bb41032d0b1bf785250607392e1b778aca0b8a7d/charset_normalizer-3.3.2-py3-none-any.whl.metadata
VERBOSE: Using cached charset_normalizer-3.3.2-py3-none-any.whl.metadata (33 kB)
VERBOSE: Collecting idna<4,>=2.5 (from requests)
VERBOSE: Obtaining dependency information for idna<4,>=2.5 from https://files.pythonhosted.org/packages/c2/e7/a82b05cf63a603df6e68d59ae6a68bf5064484a0718ea5033660af4b54a9/idna-3.6-py3-none-any.whl.metadata
VERBOSE: Using cached idna-3.6-py3-none-any.whl.metadata (9.9 kB)
VERBOSE: Collecting urllib3<3,>=1.21.1 (from requests)
VERBOSE: Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/a2/73/a68704750a7679d0b6d3ad7aa8d4da8e14e151ae82e6fee774e6e0d05ec8/urllib3-2.2.1-py3-none-any.whl.metadata
VERBOSE: Using cached urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
VERBOSE: Collecting certifi>=2017.4.17 (from requests)
VERBOSE: Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl.metadata
VERBOSE: Using cached certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
VERBOSE: Collecting cookiecutter<3.0.0,>=2.6.0 (from flet->flet-easy)
VERBOSE: Obtaining dependency information for cookiecutter<3.0.0,>=2.6.0 from https://files.pythonhosted.org/packages/b6/d9/0137658a353168ffa9d0fc14b812d3834772040858ddd1cb6eeaf09f7a44/cookiecutter-2.6.0-py3-none-any.whl.metadata
VERBOSE: Using cached cookiecutter-2.6.0-py3-none-any.whl.metadata (7.3 kB)
VERBOSE: Collecting fastapi<1,>=0 (from flet->flet-easy)
VERBOSE: Obtaining dependency information for fastapi<1,>=0 from https://files.pythonhosted.org/packages/f0/f7/ea860cb8aa18e326f411e32ab537424690a53db20de6bad73d70da611fae/fastapi-0.110.0-py3-none-any.whl.metadata
VERBOSE: Using cached fastapi-0.110.0-py3-none-any.whl.metadata (25 kB)
VERBOSE: Collecting packaging<24.0,>=23.1 (from flet->flet-easy)
VERBOSE: Obtaining dependency information for packaging<24.0,>=23.1 from https://files.pythonhosted.org/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl.metadata
VERBOSE: Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
VERBOSE: Collecting qrcode<8.0.0,>=7.4.2 (from flet->flet-easy)
VERBOSE: Obtaining dependency information for qrcode<8.0.0,>=7.4.2 from https://files.pythonhosted.org/packages/24/79/aaf0c1c7214f2632badb2771d770b1500d3d7cbdf2590ae62e721ec50584/qrcode-7.4.2-py3-none-any.whl.metadata
VERBOSE: Using cached qrcode-7.4.2-py3-none-any.whl.metadata (17 kB)
VERBOSE: Collecting uvicorn[standard]<1,>=0 (from flet->flet-easy)
VERBOSE: Obtaining dependency information for uvicorn[standard]<1,>=0 from https://files.pythonhosted.org/packages/25/bd/c20daf18824b1552d37579fc2f8cc147355c113d55aff21211443a2f89b9/uvicorn-0.28.0-py3-none-any.whl.metadata
VERBOSE: Using cached uvicorn-0.28.0-py3-none-any.whl.metadata (6.3 kB)
VERBOSE: Collecting watchdog<5.0.0,>=4.0.0 (from flet->flet-easy)
VERBOSE: Using cached watchdog-4.0.0.tar.gz (126 kB)
VERBOSE: Installing build dependencies: started
VERBOSE: Installing build dependencies: finished with status 'done'
VERBOSE: Getting requirements to build wheel: started
VERBOSE: Getting requirements to build wheel: finished with status 'done'
VERBOSE: Preparing metadata (pyproject.toml): started
VERBOSE: Preparing metadata (pyproject.toml): finished with status 'done'
VERBOSE: Collecting binaryornot>=0.4.4 (from cookiecutter<3.0.0,>=2.6.0->flet->flet-easy)
VERBOSE: Obtaining dependency information for binaryornot>=0.4.4 from https://files.pythonhosted.org/packages/24/7e/f7b6f453e6481d1e233540262ccbfcf89adcd43606f44a028d7f5fae5eb2/binaryornot-0.4.4-py2.py3-none-any.whl.metadata
VERBOSE: Using cached binaryornot-0.4.4-py2.py3-none-any.whl.metadata (6.0 kB)
VERBOSE: Collecting Jinja2<4.0.0,>=2.7 (from cookiecutter<3.0.0,>=2.6.0->flet->flet-easy)
VERBOSE: Obtaining dependency information for Jinja2<4.0.0,>=2.7 from https://files.pythonhosted.org/packages/30/6d/6de6be2d02603ab56e72997708809e8a5b0fbfee080735109b40a3564843/Jinja2-3.1.3-py3-none-any.whl.metadata
VERBOSE: Using cached Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
VERBOSE: Collecting click<9.0.0,>=7.0 (from cookiecutter<3.0.0,>=2.6.0->flet->flet-easy)
VERBOSE: Obtaining dependency information for click<9.0.0,>=7.0 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata
VERBOSE: Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
VERBOSE: Collecting pyyaml>=5.3.1 (from cookiecutter<3.0.0,>=2.6.0->flet->flet-easy)
VERBOSE: Using cached PyYAML-6.0.1.tar.gz (125 kB)
VERBOSE: Installing build dependencies: started
VERBOSE: Installing build dependencies: finished with status 'done'
VERBOSE: Getting requirements to build wheel: started
VERBOSE: Getting requirements to build wheel: finished with status 'done'
VERBOSE: Preparing metadata (pyproject.toml): started
VERBOSE: Preparing metadata (pyproject.toml): finished with status 'done'
VERBOSE: Collecting python-slugify>=4.0.0 (from cookiecutter<3.0.0,>=2.6.0->flet->flet-easy)
VERBOSE: Obtaining dependency information for python-slugify>=4.0.0 from https://files.pythonhosted.org/packages/a4/62/02da182e544a51a5c3ccf4b03ab79df279f9c60c5e82d5e8bec7ca26ac11/python_slugify-8.0.4-py2.py3-none-any.whl.metadata
VERBOSE: Using cached python_slugify-8.0.4-py2.py3-none-any.whl.metadata (8.5 kB)
VERBOSE: Collecting arrow (from cookiecutter<3.0.0,>=2.6.0->flet->flet-easy)
VERBOSE: Obtaining dependency information for arrow from https://files.pythonhosted.org/packages/f8/ed/e97229a566617f2ae958a6b13e7cc0f585470eac730a73e9e82c32a3cdd2/arrow-1.3.0-py3-none-any.whl.metadata
VERBOSE: Using cached arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)
VERBOSE: Collecting rich (from cookiecutter<3.0.0,>=2.6.0->flet->flet-easy)
VERBOSE: Obtaining dependency information for rich from https://files.pythonhosted.org/packages/87/67/a37f6214d0e9fe57f6ae54b2956d550ca8365857f42a1ce0392bb21d9410/rich-13.7.1-py3-none-any.whl.metadata
VERBOSE: Using cached rich-13.7.1-py3-none-any.whl.metadata (18 kB)
VERBOSE: Collecting pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4 (from fastapi<1,>=0->flet->flet-easy)
VERBOSE: Obtaining dependency information for pydantic!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.7.4 from https://files.pythonhosted.org/packages/ac/86/c98520827f58c8753783be4bf2286b4f73a18ac71c93ab597ae1aeb26fc8/pydantic-2.6.3-py3-none-any.whl.metadata
VERBOSE: Using cached pydantic-2.6.3-py3-none-any.whl.metadata (84 kB)
VERBOSE: Collecting starlette<0.37.0,>=0.36.3 (from fastapi<1,>=0->flet->flet-easy)
VERBOSE: Obtaining dependency information for starlette<0.37.0,>=0.36.3 from https://files.pythonhosted.org/packages/eb/f7/372e3953b6e6fbfe0b70a1bb52612eae16e943f4288516480860fcd4ac41/starlette-0.36.3-py3-none-any.whl.metadata
VERBOSE: Using cached starlette-0.36.3-py3-none-any.whl.metadata (5.9 kB)
VERBOSE: Collecting typing-extensions>=4.8.0 (from fastapi<1,>=0->flet->flet-easy)
VERBOSE: Obtaining dependency information for typing-extensions>=4.8.0 from https://files.pythonhosted.org/packages/f9/de/dc04a3ea60b22624b51c703a84bbe0184abcd1d0b9bc8074b5d6b7ab90bb/typing_extensions-4.10.0-py3-none-any.whl.metadata
VERBOSE: Using cached typing_extensions-4.10.0-py3-none-any.whl.metadata (3.0 kB)
VERBOSE: Collecting anyio (from httpx<1,>=0->flet-runtime==0.21.1->flet-embed)
VERBOSE: Obtaining dependency information for anyio from https://files.pythonhosted.org/packages/14/fd/2f20c40b45e4fb4324834aea24bd4afdf1143390242c0b33774da0e2e34f/anyio-4.3.0-py3-none-any.whl.metadata
VERBOSE: Using cached anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB)
VERBOSE: Collecting httpcore==1.* (from httpx<1,>=0->flet-runtime==0.21.1->flet-embed)
VERBOSE: Obtaining dependency information for httpcore==1.* from https://files.pythonhosted.org/packages/2c/93/13f25f2f78646bab97aee7680821e30bd85b2ff0fc45d5fdf5393b79716d/httpcore-1.0.4-py3-none-any.whl.metadata
VERBOSE: Using cached httpcore-1.0.4-py3-none-any.whl.metadata (20 kB)
VERBOSE: Collecting sniffio (from httpx<1,>=0->flet-runtime==0.21.1->flet-embed)
VERBOSE: Obtaining dependency information for sniffio from https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl.metadata
VERBOSE: Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
VERBOSE: Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx<1,>=0->flet-runtime==0.21.1->flet-embed)
VERBOSE: Obtaining dependency information for h11<0.15,>=0.13 from https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl.metadata
VERBOSE: Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
VERBOSE: Collecting pypng (from qrcode<8.0.0,>=7.4.2->flet->flet-easy)
VERBOSE: Obtaining dependency information for pypng from https://files.pythonhosted.org/packages/3e/b9/3766cc361d93edb2ce81e2e1f87dd98f314d7d513877a342d31b30741680/pypng-0.20220715.0-py3-none-any.whl.metadata
VERBOSE: Using cached pypng-0.20220715.0-py3-none-any.whl.metadata (13 kB)
VERBOSE: Collecting colorama>=0.4 (from uvicorn[standard]<1,>=0->flet->flet-easy)
VERBOSE: Obtaining dependency information for colorama>=0.4 from https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl.metadata
VERBOSE: Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
VERBOSE: Collecting httptools>=0.5.0 (from uvicorn[standard]<1,>=0->flet->flet-easy)
VERBOSE: Using cached httptools-0.6.1.tar.gz (191 kB)
VERBOSE: Installing build dependencies: started
VERBOSE: Installing build dependencies: finished with status 'done'
VERBOSE: Getting requirements to build wheel: started
VERBOSE: Getting requirements to build wheel: finished with status 'done'
VERBOSE: Preparing metadata (pyproject.toml): started
VERBOSE: Preparing metadata (pyproject.toml): finished with status 'done'
VERBOSE: Collecting python-dotenv>=0.13 (from uvicorn[standard]<1,>=0->flet->flet-easy)
VERBOSE: Obtaining dependency information for python-dotenv>=0.13 from https://files.pythonhosted.org/packages/6a/3e/b68c118422ec867fa7ab88444e1274aa40681c606d59ac27de5a5588f082/python_dotenv-1.0.1-py3-none-any.whl.metadata
VERBOSE: Using cached python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
VERBOSE: Collecting watchfiles>=0.13 (from uvicorn[standard]<1,>=0->flet->flet-easy)
VERBOSE: Using cached watchfiles-0.21.0.tar.gz (37 kB)
VERBOSE: Installing build dependencies: started
VERBOSE: Installing build dependencies: finished with status 'error'

Daxexs added a commit that referenced this issue Mar 12, 2024
@Daxexs
Copy link
Owner

Daxexs commented Mar 12, 2024

Upgrade Flet-Easy.

@Daxexs Daxexs closed this as completed Mar 12, 2024
@justinkumpe
Copy link
Author

That fixed it. Thanks

@NooRMaseR
Copy link

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants