Package Details: python-pyowm 3.3.0-2

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)

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)

Yes, this is always more reasonable way :) Just tested the build process - everything is in order. Thanks for quick reaction!

RcrdBrt commented on 2017-09-28 14:52 (UTC) (edited on 2017-09-28 14:52 (UTC) by RcrdBrt)

Thanks for the comment @pozar87, PKGBUILD is fixed now. I opted for declaring _pkgname instead of hardcoding "pyowm" in the package() function.

pozar87 commented on 2017-09-28 14:29 (UTC) (edited on 2017-09-28 14:30 (UTC) by pozar87)

Hi, I just tried to install this package and found a small issue in PKGBUILD: cd $_pkgname-$pkgver The $_pkgname variable is not defined, so I put manually "pyowm" there (as a quick fix). The rest seems to be working fine. Best Regards