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

binary release doesn't work on manjaro #291

Open
white-gecko opened this issue Dec 18, 2021 · 6 comments
Open

binary release doesn't work on manjaro #291

white-gecko opened this issue Dec 18, 2021 · 6 comments

Comments

@white-gecko
Copy link
Member

Traceback (most recent call last):
  File "quit/run.py", line 8, in <module>
  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 "PyInstaller/loader/pyimod03_importers.py", line 546, in exec_module
  File "quit/application.py", line 4, in <module>
  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 "PyInstaller/loader/pyimod03_importers.py", line 546, in exec_module
  File "quit/conf.py", line 4, in <module>
  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 "PyInstaller/loader/pyimod03_importers.py", line 546, in exec_module
  File "pygit2/__init__.py", line 230, in <module>
  File "pygit2/settings.py", line 55, in __init__
  File "pygit2/settings.py", line 61, in _initialize_tls_certificate_locations
  File "pygit2/settings.py", line 191, in set_ssl_cert_locations
_pygit2.GitError: OpenSSL error: failed to load certificates: error:00000000:lib(0):func(0):reason(0)
[149344] Failed to execute script 'run' due to unhandled exception!
@white-gecko
Copy link
Member Author

Does work within a ubuntu docker container either.

@tduval-unifylogic
Copy link

@white-gecko

I found this…Manjaro related. Not sure if it’ll help: iterative/dvc#7429

@MartyLake
Copy link

For the record, this it still an issue today.
Is this package used by anyone?

@white-gecko
Copy link
Member Author

I have tried to get it working with pyinstaller again but I did not figure it out. Currently its best to use the docker image.

@white-gecko
Copy link
Member Author

You can also get it into your path using pipx

$ pipx install git+https://github.com/AKSW/QuitStore.git
  installed package quit 0.25.4, installed using Python 3.12.1
  These apps are now globally available
    - quitstore
done! ✨ 🌟 ✨
$ quitstore --help

@MartyLake
Copy link

MartyLake commented Dec 31, 2023

Installing with pip3 directly from git+https... also works! Now, I need to figure out how to feed data and use it.

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

3 participants