GithubHelp home page GithubHelp logo

Comments (5)

andreped avatar andreped commented on June 12, 2024

This is apparently a bug in PyInstaller: pyinstaller/pyinstaller#7102

It might also be a windows-only issue, due to how hidden imports and dependencies are collected (DLLs), which likely runs into the Windows-only DLL hell problem.

from raidionics.

andreped avatar andreped commented on June 12, 2024

A PR was made to address this issue in PyInstaller: pyinstaller/pyinstaller#7114

Thus, upgrading to a later version of PyInstaller likely resolves this issue. PyInstaller v6.0.0 was released two days ago. Perhaps give that a go: https://github.com/pyinstaller/pyinstaller/releases/tag/v6.0.0

from raidionics.

andreped avatar andreped commented on June 12, 2024

Of course, PyInstaller deprecated Python 3.7 a while a go. The latest PyInstaller version that officially supports Python 3.7 was version 5.1. However, it might still be that it works fine with PyInstaller v6.0.0, as a single wheel is built for all python versions, for each OS respectively.

from raidionics.

andreped avatar andreped commented on June 12, 2024

I tried the latest PyInstaller version, but seems like it is no longer compatible with Python 3.7. The latest compatible version is likely 5.13.2, so I tried using that instead (running tests now).

The PR mentioned above was merged in Sept. 2022 into PyInstaller's develop branch. However, I am not sure when it was merged to main (likely done before each release). In that case, I checked the changelog and surprisingly no reference of the PR was made. So I assume this fix was merged in earliest in v5.5 (see changelog date here). Nonetheless, using 5.13.2, if it is compatible with Raidionics, should resolve this issue.

from raidionics.

andreped avatar andreped commented on June 12, 2024

Made PR #47.

from raidionics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.