xOctave

Results 7 comments of xOctave

Thanks a lot for answering. Yes, I also found https://github.com/pyinstaller/pyinstaller/issues/3977. I'll try to clean up my project just right now to create a minimal example.

@mherrmann Here is a minimal example [fbs-freeze.zip](https://github.com/mherrmann/fbs/files/3432315/fbs-freeze.zip) It looks like adding any dependency to a empty project leads to the issue. Here is the procedure I followed to create the...

@mherrmann If I may suggest an hypothesis -> I think that the problem arise as soon as you add a dependency in the project, whatever it is (could be pillow,...

After having tested the two approaches for packaging a python app - with fbs, or with pyinstaller only, I would advice to stick to pyinstaller only. There is actually no...

Version ` "@aws-sdk/client-s3": "^3.726.1"` does **not** work. Angular 17.3.10 Node v24.3.0 `TypeError: readableStream.getReader is not a function at getAwsChunkedEncodingStream (getAwsChunkedEncodingStream.browser.js:9:35) at flexibleChecksumsMiddleware.js:69:27 at Generator.next () at asyncGeneratorStep (asyncToGenerator.js:3:1) at _next...