danobi / kbb

kbb is a terminal based kanban board implementation with Google Tasks integration
5 stars 0 forks source link

termbox no longer in pypi #1

Open dset0x opened 7 years ago

dset0x commented 7 years ago

Hello, pip install -r requirements.txt fails with the following:

Collecting termbox==1.0.1a1 (from -r requirements.txt (line 15))
  Could not find a version that satisfies the requirement termbox==1.0.1a1 (from -r requirements.txt (line 15)) (from versions: )
No matching distribution found for termbox==1.0.1a1 (from -r requirements.txt (line 15))

pip search termbox returns no results. The project seems to still exist in github at nsf/termbox.

danobi commented 7 years ago

If my memory serves me right, I believe I manually downloaded, built, & installed the termbox package from nsf/termbox.

Sorry that the install process isn't very smooth. I never really got around to cleaning up this project.