Search Criteria
Package Details: python-pyowm 3.3.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyowm.git (read-only, click to copy) |
---|---|
Package Base: | python-pyowm |
Description: | A Python wrapper around OpenWeatherMap web APIs |
Upstream URL: | http://github.com/csparpa/pyowm |
Keywords: | openweathermap python weather |
Licenses: | MIT |
Submitter: | RcrdBrt |
Maintainer: | vantu5z |
Last Packager: | vantu5z |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-08-10 12:58 (UTC) |
Last Updated: | 2023-04-11 06:39 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-geojson
- python-pysocks
- python-requests
- python-build (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
vantu5z commented on 2020-08-24 12:00 (UTC)
API was changed! So update if you have time to change your code.
vantu5z commented on 2020-02-03 10:44 (UTC)
python-geojson is still needed as dependency.
RcrdBrt commented on 2018-10-03 07:37 (UTC)
Done! Sorry for the delay!
xantares commented on 2018-09-16 08:55 (UTC)
please add python-geojson, python-requests as dependency
donniebishop commented on 2018-09-02 23:57 (UTC)
Was having some issues earlier today with my weather script, looks like geojson is now a dependency? This is what I got earlier when just trying to use pyowm.OWM(APIKey)
File "/usr/lib/python3.7/site-packages/pyowm/utils/geo.py", line 3, in <module> import geojson ModuleNotFoundError: No module named 'geojson'</module>
Installing python-geojson fixed it right up, so maybe this should be appended to the PKGBUILD
pozar87 commented on 2017-09-28 22:09 (UTC)
RcrdBrt commented on 2017-09-28 14:52 (UTC) (edited on 2017-09-28 14:52 (UTC) by RcrdBrt)
pozar87 commented on 2017-09-28 14:29 (UTC) (edited on 2017-09-28 14:30 (UTC) by pozar87)