kraanzu / dooit

An awesome TUI todo manager

Home Page:https://pypi.org/project/dooit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] unable to launch after installing via pip

Clumsy-Coder opened this issue Β· comments

Describe the bug πŸ›
Dooit fails to launch after installing via pip

To Reproduce 🐣
Steps to reproduce the behavior:

  1. run command pip install dooit
  2. run dooit
  3. See error

Expected behavior πŸ€”
to launch dooit

Screenshots 🧐
If applicable, add screenshots to help explain your problem.

image

Desktop (please complete the following information): πŸ€–

  • OS: MacOS 10.15.7
  • Version 2.0.0

Additional context πŸ“

  • python added to path export PATH="$HOME/Library/Python/3.8/bin:$PATH"
  • which dooit : /Users/umar/Library/Python/3.8/bin/dooit
  • python version: 2.7.16
  • python3 version: 3.11.5

I was able to launch on dooit version 1.0.1

pip3 install --force-reinstall dooit==1.0.1

Hey @Clumsy-Coder !

That's weird.
Can you run this instead and check:

python3 -m pip install dooit

Hi @Clumsy-Coder
Judging from the .../Python/3.8/bin, it seems that you are using python 3.8. And the | was introduced in python 3.10(bpo-41428), so try to check the python version.

Python/3.8

Oh yes totally missed that. Thanks for mentioning this @xzdlj
Yes that seems to be the issue

Did we solve your problem?
Glad we could help!

Consider sponsoring my work through github sponsors πŸ˜„
– @kraanzu

Pushed a fix!

Can do a pip install using this @Clumsy-Coder

python3 -m pip install git+https://github.com/kraanzu/dooit.git