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

Program won't open #30

Open
jordihoven opened this issue Nov 23, 2019 · 5 comments
Open

Program won't open #30

jordihoven opened this issue Nov 23, 2019 · 5 comments
Labels
bug Something isn't working

Comments

@jordihoven
Copy link

I downloaded python3.5-automathemely_1.3_all.deb and installed it using Eddy. The app icon shows up but clicking it has no effect.

@Ospeto
Copy link

Ospeto commented Dec 11, 2019

I am having that problem on manjaro latest version too. Please guide me how to fix it.

Traceback (most recent call last):
File "/usr/bin/automathemely", line 6, in
from pkg_resources import load_entry_point
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3252, in
def _initialize_master_working_set():
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3235, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3264, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 583, in _build_master
ws.require(requires)
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'schedule' distribution was not found and is required by AutomaThemely

@jordi-7
Copy link

jordi-7 commented Apr 10, 2020

I am having that problem on manjaro latest version too. Please guide me how to fix it.

Traceback (most recent call last):
File "/usr/bin/automathemely", line 6, in
from pkg_resources import load_entry_point
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3252, in
def _initialize_master_working_set():
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3235, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 3264, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 583, in _build_master
ws.require(requires)
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 900, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.8/site-packages/pkg_resources/init.py", line 786, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'schedule' distribution was not found and is required by AutomaThemely

Same issue here, on antergos

@jordi-7
Copy link

jordi-7 commented Apr 11, 2020

I manually reinstalled the dependencies but I am now stuck on this:

ImportError: cannot import name 'Location' from 'astral' (/home/jordi/.local/lib/python3.8/site-packages/astral/init.py)

@jordi-7
Copy link

jordi-7 commented Apr 11, 2020

Solved it by uninstalling astral and installing a specific version:

pip3 uninstall astral
pip3 install astral==1.10.1

Now automathemely starts without any issues.

@C2N14 C2N14 added the bug Something isn't working label Apr 12, 2020
@C2N14
Copy link
Owner

C2N14 commented Apr 12, 2020

Seems like it is failing to install the scheduler dependency, I'm not really sure why though.
Can you install it through pip3 install scheduler?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants