Om-Thorat / Term-Spotify

Spotify controls in the terminal, A demo app.
MIT License
12 stars 0 forks source link

Installing required packages #1

Closed WcaleNieMisker closed 1 year ago

WcaleNieMisker commented 1 year ago

While running 'pip install -r requirements.txt':

Could not install packages due to an OSError: [WinError 2] The specified file could not be found 'C:\Python311\Scripts\markdown-it.exe' -> 'C:\Python311\Scripts\markdown-it.exe.deleteme'

While running app.py:

Traceback (most recent call last): File "c:\Users\user\Term-Spotify\app.py", line 2, in from textual.reactive import reactive ModuleNotFoundError: No module named 'textual'

Om-Thorat commented 1 year ago

That doesn't seem to be a repo issue but something with the python config, Can you try running the command as an administrator?

also app.py won't run without the textual libe installed for that the pip install should be successful