Replies: 1 comment
-
can you share the complete logs and your pyproject.toml file? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have tried with and without
export SERIOUS_PYTHON_ALLOW_SOURCE_DISTRIBUTIONS=flet-audio-recorder
and it does not compile :
version solving failed,
on Run subprocess: ['/home/franck/flutter/3.27.4/bin/dart', 'run', '--suppress-analytics', 'serious_python:main', 'package', '/home/franck/data/programs/python/apps/examples/audiorecording/src', '--platform', 'Android',
'--requirements', 'flet-audio-recorder==0.1.0,flet==0.27.1', '--exclude', 'build', '--cleanup-packages', '--verbose']
even thought there is a none-any wheel on pypi
pip freeze |grep recorder gives
flet-audio-recorder==0.1.0
Can it be added ?
Thanks,
Franck
Beta Was this translation helpful? Give feedback.
All reactions