dooit icon indicating copy to clipboard operation
dooit copied to clipboard

[BUG] Package not found

Open Elmiar0642 opened this issue 2 years ago • 3 comments

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

Collecting git+https://github.com/kraanzu/dooit.git
  Cloning https://github.com/kraanzu/dooit.git to /tmp/pip-req-build-rmod_x6f
  Running command git clone --filter=blob:none --quiet https://github.com/kraanzu/dooit.git /tmp/pip-req-build-rmod_x6f
  Resolved https://github.com/kraanzu/dooit.git to commit 0dc8be03e5154f232323dd7a65e26b0d6063ce48
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting PyYAML<7.0,>=6.0
  Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 661.8/661.8 KB 7.6 MB/s eta 0:00:00
Collecting pyperclip<2.0.0,>=1.8.2
  Downloading pyperclip-1.8.2.tar.gz (20 kB)
  Preparing metadata (setup.py) ... done
Collecting textual<0.2.0,>=0.1.17
  Downloading textual-0.1.18-py3-none-any.whl (89 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.0/89.0 KB 1.5 MB/s eta 0:00:00
Collecting poetry<2.0.0,>=1.1.13
  Downloading poetry-1.1.13-py2.py3-none-any.whl (175 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.1/175.1 KB 2.3 MB/s eta 0:00:00
ERROR: Package 'dooit' requires a different Python: 3.9.13 not in '<4.0,>=3.10'

Elmiar0642 avatar Jun 21 '22 13:06 Elmiar0642

dooit bash: dooit: command not found pip3.10 show dooit

Name: dooit
Version: 0.1.0
Summary: A TUI todo manager
Home-page: 
Author: kraanzu
Author-email: [email protected]
License: MIT
Location: /home/arima/.local/lib/python3.10/site-packages
Requires: poetry, pyperclip, PyYAML, textual
Required-by: 

pip3.10 dooit ERROR: unknown command "dooit"

Elmiar0642 avatar Jun 21 '22 13:06 Elmiar0642

Is ~/.local/bin in your $PATH?

kraanzu avatar Jun 21 '22 14:06 kraanzu

I had this same issue too. You need to be running python 3.10 for this program. I modified the readme to include this information.

AlexisBallo2 avatar Jun 22 '22 13:06 AlexisBallo2