When trying to import pandas on Solus Python returns an ImportError for pandas. The package python-pandas was installed via eopkg just a few minutes ago. The import of pandas is done like this:
#!/usr/bin/env python # -*- coding: utf-8 -*- import pandas as pd
The problem was present on a one year old Solus install as well as on a recent install and could not be solved by setting the path to python3 or import pandas as 'python-pandas' as it is named by eopkg.