null8626 / python-weather

A free and asynchronous weather API wrapper made in python, for python.
https://python-weather.rtfd.io
MIT License
100 stars 31 forks source link

Trouble installing #47

Closed owfran closed 1 year ago

owfran commented 1 year ago

Hi, I am pretty new to coding and wanted to use this for a project. I am using a raspberry pi4. I have downloaded the source distribution from pypi.org and extracted them to my downloads, but when I run $ pip install python-weather I get an error like this: IOError: [Errno 2] No such file or directory: '/tmp/pip-build-( )/python-weather/setup.py' where inside of the ( ) is a random 6 letter/number code that changes every time I run it. Any help would be appreciated.

null8626 commented 1 year ago

Hello! I suppose your pip is not up-to-date according to this stackoverflow thread. Have you tried updating it with pip install --upgrade pip? Thanks!

owfran commented 1 year ago

Sorry for the late reply. Yes, this worked thanks a bunch!

null8626 commented 1 year ago

No problem! glad to have helped! ❤️❤️❤️