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

No module named "wiring" #43

Closed
ImpracticalDogg opened this issue May 3, 2021 · 2 comments
Closed

No module named "wiring" #43

ImpracticalDogg opened this issue May 3, 2021 · 2 comments

Comments

@ImpracticalDogg
Copy link

Ubuntu 18.04. Pulling from 20.04. Tried sudo apt-get install tomate-gtk --reinstall
Tomate has stopped working. Starting from the command line I get:
Traceback (most recent call last): File "/usr/bin/tomate-gtk", line 11, in <module> load_entry_point('tomate-gtk==0.12.0', 'console_scripts', 'tomate-gtk')() File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 490, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2854, in load_entry_point return ep.load() File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2445, in load return self.resolve() File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2451, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/lib/python3/dist-packages/tomate/__main__.py", line 1, in <module> from .main import main File "/usr/lib/python3/dist-packages/tomate/main.py", line 11, in <module> from wiring.scanning import scan_to_graph ModuleNotFoundError: No module named 'wiring'

@ImpracticalDogg
Copy link
Author

Updated this morning and it works fine now. Thanks! I can't work without your app :)

@eliostvs
Copy link
Owner

eliostvs commented May 4, 2021

Hi. Good to known that is working. I've found some small issues in the packages metadata in many distributions (Ubuntu, Fedora, Opensuse, etc) and I'm still doing some installations tests. Thanks for reaching out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants