Nuitka: Infinite optimization loop with cv2/skimage

Let’s consider sample program and nuitka call for compilation: https://gist.github.com/belonesox/271385f97871d0ad3649c3fded368e1c

This results to something similar https://github.com/Nuitka/Nuitka/issues/783 — infinite optimization loop with “Loop has incomplete variable types after”.

nuitkatest) [stas@stasbox64gb recursion]$ python -m nuitka --version
0.6.10rc9
Python: 3.8.5 (default, Aug 12 2020, 00:00:00) 
Executable: /nuitkatest/bin/python
OS: Linux
Arch: x86_64

Actually, nuitka from develop branch commit 10612c9745fa124efdf22c469bc08947cb982a33

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 21 (19 by maintainers)

Most upvoted comments

As an aside, pipenv is in my mind the best tool for the task, rather than virtualenv. These are movable, and updateable in a controlled way, and you can keep the state under version control with hashes. Check it out: https://pypi.org/project/pipenv/

Were I ever to create a tool for automatic bug reporting, I would make it create a pipenv environment definition for it.