da-rth / yasb

A highly configurable cross-platform (Windows) status bar written in Python.
MIT License
1.36k stars 80 forks source link

[BUG]Can't Install #75

Closed duckworx closed 1 year ago

duckworx commented 1 year ago

After i run pip install -r [requirements.txt](https://github.com/denBot/yasb/blob/main/requirements.txt) it says that it cant open requirements folder

duckworx commented 1 year ago

install

Nagusika commented 1 year ago

Hi, not sure there is a bug here,

Have you checked your current location before pip install ? Have you verified the existence of the file you try to import before installing its contents on your machine?

From what I can see, you are not in the project folder but just in your home directory. Please double check all of this

maybee this can help you https://learn.microsoft.com/en-us/windows/python/beginners

duckworx commented 1 year ago

ight

duckworx commented 1 year ago

i'm having this issue now yeah

da-rth commented 1 year ago

Please make sure you are using python v3.7+ when installing requirements.

cssutils v2.5.1 requires python 3.7+. See: https://pypi.org/project/cssutils/2.5.1/