Brian
Brian
BTW, may I know what Python framework you used to develop appimagecraft, and the Python version?
Cool. I will want to participate and contribute to this project in technical side. It'll not in this moment, am busying for my final semester study, soon will be. May...
I've updated the recipe with the following: ``` app: Vivaldi ingredients: package: vivaldi-stable dist: xenial sources: - deb http://archive.ubuntu.com/ubuntu/ xenial main universe script: - wget -c "https://downloads.vivaldi.com/stable/vivaldi-stable_3.4.2066.94-1_amd64.deb" script: - cp...
This problem still exist when I build Windows app that has additional third-party Python libraries in the source code. Using the latest version of flet to date (0.22.1). ``` Traceback...
> I had a similar problem, and I solved it thanks to this comment --> [Issue 2714](https://github.com/flet-dev/flet/issues/2714#issuecomment-2101821519) > > As it was a bit tedious, I decided to make a...
@mhssamadani any way to implement this? There's some good mining pools out there requires password to mine ERG.
However, I suggest do some testing before pushing this changes. In my local repo I modified it to use "gpt-3.5-turbo", ChatDev seems underperforming. More observation from different users is required...
Thanks, it worked with a minor edit on `args`: ``` "args": ["C:\\Users\\YOUR-USERNAME\\AppData\\Roaming\\npm\\node_modules@modelcontextprotocol\\exa-server\\dist\\index.js"] ``` On Windows, since the file path is using backslash '\\', so it needs to be escaped by...
I think this issue is same as #2611 where flet did not package the Python libraries in virtual environment instead using global Python libraries. This can be fixed by copying...