Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


python_notes_work

This is an old revision of the document!


Python Notes (work)

Get pygrib installed and working to plot meteorological data:

Is the following the solution, performing as root?

dnf config-manager --set-enabled PowerTools
dnf install python3-pygrib
dnf install python3-numpy
dnf install python3-scipy
dnf install python3-matplotlib*
dnf install python3-pyproj
dnf install python3-wheel
dnf install libcurl-devel
dnf install cairo-devel
dnf install parted-devel
dnf install gobject-introspection-devel
dnf install cups-devel
dnf install dbus-devel
dnf install cairo-gobject-devel
python3 -m pip install NeuroTools
python3 -m pip install --upgrade pip
#python3 -m pip install pip-upgrade-outdated
#pip_upgrade_outdated (for more info, see https://pypi.org/project/pip-upgrade-outdated/)
python3 -m pip install shapely

Now test a script.

python_notes_work.1601409090.txt.gz · Last modified: 2020/09/29 15:51 by juckins