Describe the bug
If run on google colab or visual studio, post pip install aestimo or !apt-get install aestimo , importing the aestimo sovler fails to work. While using the 1-D solver, an error on finding the 'aeslibs' module comes up : ModuleNotFoundError: No module named 'aeslibs'.
To Reproduce
Steps to reproduce the behavior:
- Go to '.Google Colab..'
- type the code
- import aestimo.aestimo as solver
import aestimo.config as ac
ac.messagesoff = False
import aestimo.database as adatabase
import numpy as np
import matplotlib.pyplot as plt
import copy
from pprint import pprint
Expected behavior
ModuleNotFoundError: No module named 'aeslibs'.
Screenshots

Desktop (please complete the following information):