Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cura 4.9.1 ModuleNotFoundError: No module named 'UM.Qt.Bindings.FileProviderModel' #9859

Closed
2 tasks
AlfredoSequeida opened this issue May 17, 2021 · 1 comment
Closed
2 tasks
Labels
Status: Won't Fix/Do Not an issue, or an issue that we cannot fix or can live with. Type: Bug The code does not produce the intended behavior.

Comments

@AlfredoSequeida
Copy link

AlfredoSequeida commented May 17, 2021

Application Version

4.9.1

Platform

Arch Linux

Printer

None

Reproduction steps

Open Cura. I am running Python 3.9.5, if that helps. This happens when installing the package using Pacman, however, the App image from the releases page works fine.

Actual results

/usr/lib/python3.9/site-packages/UM/PluginRegistry.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp
/usr/lib/python3.9/site-packages/UM/Settings/InstanceContainer.py:53: DeprecationWarning: invalid escape sequence \d
  version_regex = re.compile("\nversion ?= ?(\d+)")
/usr/lib/python3.9/site-packages/UM/Settings/InstanceContainer.py:55: DeprecationWarning: invalid escape sequence \w
  type_regex = re.compile("\ntype ?= ?(\w+)")
Error in sys.excepthook:
Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 855, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/usr/lib/python3.9/site-packages/cura/CuraApplication.py", line 34, in <module>
    from UM.Qt.Bindings.FileProviderModel import FileProviderModel
ModuleNotFoundError: No module named 'UM.Qt.Bindings.FileProviderModel'

Original exception was:
Traceback (most recent call last):
  File "/usr/bin/cura", line 195, in <module>
    from cura.CuraApplication import CuraApplication
  File "/usr/lib/python3.9/site-packages/cura/CuraApplication.py", line 34, in <module>
    from UM.Qt.Bindings.FileProviderModel import FileProviderModel
ModuleNotFoundError: No module named 'UM.Qt.Bindings.FileProviderModel'

Expected results

Cura should open

Checklist of files to include

  • Log file
  • Project file

Additional information & file uploads

No crash log was created.

@AlfredoSequeida AlfredoSequeida added the Type: Bug The code does not produce the intended behavior. label May 17, 2021
@fvrmr
Copy link
Contributor

fvrmr commented May 18, 2021

Hi @AlfredoSequeida thank you for your report.
But we don't maintain packages from the AUR or the Arch Linux community repo. We only support the AppImage. So please report this issue to the maintainer of this package.
I will close this issue since this is not a problem with the AppImage of Cura.
Hope you understand.

@fvrmr fvrmr closed this as completed May 18, 2021
@fvrmr fvrmr added the Status: Won't Fix/Do Not an issue, or an issue that we cannot fix or can live with. label May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Won't Fix/Do Not an issue, or an issue that we cannot fix or can live with. Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

2 participants