kraanzu / smassh

Smassh your Keyboard, TUI Edition
GNU General Public License v3.0
1.41k stars 50 forks source link

I can't install it with python3.9 #20

Closed powerless520 closed 2 years ago

powerless520 commented 2 years ago

Describe the bug 🐛 terminal run :

pip3.9 install .

result :

Processing /Users/powerless/Documents/python_space/termtyper
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting textual<0.2.0,>=0.1.15
  Using cached textual-0.1.18-py3-none-any.whl (89 kB)
ERROR: Package 'termtyper' requires a different Python: 3.9.13 not in '<4.0,>=3.10'
WARNING: There was an error checking the latest version of pip.

Desktop (please complete the following information): 🤖

doclai commented 2 years ago

Well, in README, there is a note that "You must use python version >=3.10". Python 3.10.5 is available for MacOS here.

powerless520 commented 2 years ago

sorry…… i thought it need >= 3.1

powerless520 commented 2 years ago

thank you! i have installed it ,it's awesome!!!

doclai commented 2 years ago

thank you! i have installed it ,it's awesome!!!

You can close this issue now