Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726426 - media-gfx/cura-4.6.1: ModuleNotFoundError: No module named 'Arcus'
Summary: media-gfx/cura-4.6.1: ModuleNotFoundError: No module named 'Arcus'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: 3D Printing Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-05-31 11:04 UTC by Robert G. Siebeck
Modified: 2020-10-11 11:27 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert G. Siebeck 2020-05-31 11:04:43 UTC
When cura is installed with a different python version than the default set using eselect, cura doesn't start.

Reproducible: Always

Steps to Reproduce:
# cura is installed with USE=python_targets_python3_7
~ $ python3 --version
Python 3.6.10
~ $ cura 
Traceback (most recent call last):
  File "/usr/bin/cura", line 23, in <module>
    import Arcus  # @UnusedImport
ModuleNotFoundError: No module named 'Arcus'
~ $ sudo eselect python set --python3 python3.7
~ $ cura
# Cura starts fine now


Expected Results:  
Cura should run independently from the eselected Python version.
Comment 1 Larry the Git Cow gentoo-dev 2020-10-11 11:25:58 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1171f18e35bb4beab4e6372046654ae880c2b905

commit 1171f18e35bb4beab4e6372046654ae880c2b905
Author:     Dennis Lamm <expeditioneer@gentoo.org>
AuthorDate: 2020-10-11 10:14:10 +0000
Commit:     Dennis Lamm <expeditioneer@gentoo.org>
CommitDate: 2020-10-11 11:25:46 +0000

    media-gfx/cura-4.7.0: fixed ModuleNotFoundError
    
    Bug: https://bugs.gentoo.org/726426
    
    Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org>
    Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>

 media-gfx/cura/cura-4.7.0-r1.ebuild | 64 +++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)
Comment 2 Dennis Lamm gentoo-dev 2020-10-11 11:27:38 UTC
Fixed with 4.7.0-r1