Hello,
I would like to become a new user of Weewx and install it on my Synology NAS (DS918+).
The NAS is running the latest OS from Synology: DSM 6.2.2-24922.
The installation procedure to be followed is according to me the one with python.
The NAS has 2 versions of python installed: 2.7.12 (python2) and 3.5.1 (python3).
I have done the prerequisites:
- python2 -m pip install configobj
- python2 -m pip install Cheetah
- python2 -m pip install pillow
- python2 -m pip install pyserial
- python2 -m pip install pyusb
I have downloaded the package (3.9.2), then uncompressed, and I am finally stuck at the "./setup.py build" command that does not run.
The error message is the following:
root@NAS:~/weewx/weewx-3.9.2# ./setup.py build
Traceback (most recent call last):
File "./setup.py", line 19, in <module>
import configobj
ImportError: No module named configobj
For information, the installation of configobj returns the following:
root@NAS:~/weewx/weewx-3.9.2# python2 -m pip install configobj
Processing /root/.cache/pip/wheels/c1/12/7a/c676d85d30d1aa17f3882dab925a777ab1f651c4072cccefd7/configobj-5.0.6-py2-none-any.whl
Requirement already satisfied: six in /usr/lib/python2.7/site-packages (from configobj) (1.12.0)
Installing collected packages: configobj
Successfully installed configobj-5.0.6
Does anyone know what I should do or try?
Thanks in advance,
Ivan