boramalper / himawaripy

Set near-realtime picture of Earth as your desktop background
http://labs.boramalper.org/himawaripy
MIT License
1.62k stars 239 forks source link

Not working on Ubuntu 16.04 as specified in the howto #79

Closed ottlinger closed 6 years ago

ottlinger commented 8 years ago

Thanks for the project, I've just tried to follow the howto, but get a

$ sudo python3 setup.py install
Traceback (most recent call last):
  File "setup.py", line 1, in <module>
    from setuptools import setup, find_packages
ImportError: No module named 'setuptools'

$ python3 --version
Python 3.5.2

I did not change the configuration - does it need any changes to work? Are python modules missing?

Thanks

ottlinger commented 8 years ago

Prerequisites need to be documented - fixed by the pull request.