pydoro icon indicating copy to clipboard operation
pydoro copied to clipboard

Install with pipx under 3.12.3 will not run

Open ssteinerx opened this issue 3 weeks ago • 1 comments

Install

ssteiner@B450M-DS3H:~
$ pipx install pydoro
  installed package pydoro 0.2.3, installed using Python 3.12.3
  These apps are now globally available
    - pydoro
done! ✨ 🌟 ✨

Run, crash

ssteiner@B450M-DS3H:~
$ pydoro
Traceback (most recent call last):
  File "/home/ssteiner/.local/pipx/venvs/pydoro/lib/python3.12/site-packages/pydoro/pydoro_core/util.py", line 17, in in_app_path
    wd = sys._MEIPASS
         ^^^^^^^^^^^^
AttributeError: module 'sys' has no attribute '_MEIPASS'

Desktop (please complete the following information):

  • OS: Linux
  • Version Kubuntu 24.04

ssteinerx avatar Jun 17 '24 06:06 ssteinerx