The root of all South Coast Science environmental monitoring applications.
Contains library classes only.
Required libraries:
- Third party: AWSIoTPythonSDK, pytz, tzlocal
Branches:
The stable branch of this repository is master. For deployment purposes, use:
git clone --branch=master https://github.com/south-coast-science/scs_core.git
Python installation on Linux
How to install Python 3.7 with SSL?
How To Install the Latest Python Version on Raspberry Pi?
wget https://www.python.org/ftp/python/3.11.3/Python-3.11.3.tgz
ImportError: No module named _ssl
scipy:
as root...
apt-get install --reinstall python3-apt
apt install gfortran
apt install libopenblas-dev
as scs...
pip install cmake
pip install openblas
pip install scipy
Unable to install Scipy with MKL using Meson