Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#68451 - [python-cx_freeze] missing pyton-idna dependency.
Attached to Project:
Community Packages
Opened by bartus (bartus) - Wednesday, 28 October 2020, 11:04 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Thursday, 14 October 2021, 21:41 GMT
Opened by bartus (bartus) - Wednesday, 28 October 2020, 11:04 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Thursday, 14 October 2021, 21:41 GMT
|
DetailsDescription: When trying to `freeze` package (e.g: AUR/meshroom) I'm getting error stating `module idna is missing`
``` running build running build_exe Traceback (most recent call last): File "setup.py", line 130, in <module> setup( File "/usr/lib/python3.8/site-packages/cx_Freeze/dist.py", line 342, in setup distutils.core.setup(**attrs) File "/usr/lib/python3.8/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.8/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/usr/lib/python3.8/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/usr/lib/python3.8/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/usr/lib/python3.8/site-packages/cx_Freeze/dist.py", line 217, in run freezer.Freeze() File "/usr/lib/python3.8/site-packages/cx_Freeze/freezer.py", line 638, in Freeze self.finder = self._GetModuleFinder() File "/usr/lib/python3.8/site-packages/cx_Freeze/freezer.py", line 377, in _GetModuleFinder finder.IncludeModule(name) File "/usr/lib/python3.8/site-packages/cx_Freeze/finder.py", line 652, in IncludeModule module = self._ImportModule(name, deferredImports, File "/usr/lib/python3.8/site-packages/cx_Freeze/finder.py", line 349, in _ImportModule raise ImportError("No module named %r" % name) ImportError: No module named 'idna.idnadata' ``` Additional info: * ver:6.2 |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Thursday, 14 October 2021, 21:41 GMT
Reason for closing: Won't fix
Additional comments about closing: 2021-07-25: A task closure has been requested. Reason for request: problem on my side, sorry - meshroom translatively depends on python-idna through python-requests
Thursday, 14 October 2021, 21:41 GMT
Reason for closing: Won't fix
Additional comments about closing: 2021-07-25: A task closure has been requested. Reason for request: problem on my side, sorry - meshroom translatively depends on python-idna through python-requests