Skip to content

Compatibility

o355 edited this page Apr 9, 2017 · 22 revisions

PyWeather should work anywhere a Python 3 shell, and 3 PIP libraries can run. Should.

Here's where PyWeather works, and doesn't work, based on my testing, along with a little note. Of course, this is a non-comprehensive list of OSes that work with PyWeather, and there are hundreds of OSes that will work with PyWeather that aren't on this list.

If you want to report that an OS is compatible with PyWeather (linux distro, etc), report an issue.

Compatible with...

  • Windows 8.1 (Works great)
  • Windows 10 Pro (Works great)
  • Ubuntu Server 16.04 LTS (Works great, use pip3 for PIP installs)
  • Kubuntu 16.10 (Works great, use pip3 for PIP installs)
  • Debian 8.7 (Works great, use pip3 for PIP installs)
  • Raspbian 8 (Works great, use pip3 for PIP installs)

Incompatible with...

  • Termux for Android (on a LG G2 running CM 13) (requesting the API returns a HTTP Error 400, even though the phone has an internet connection)
  • FreeNAS 9.10 (no known way to get Python 3 on FreeNAS 9.10)
  • Debian 6.0.10 on PPC (Python 3 might be available, but PIP on the other hand...)
  • Most Python interpreters on mobile, they usually don't have all the available libraries, not to mention PIP. Termux has it all, it just runs into a 400 Error when connecting to the internet
Clone this wiki locally