Question:
I need to add and use pandas in a Django Rest Framework project which was already working well.
I installed pandas through the “packages” menu as well as by running pip install pandas
.
Right after I imported pandas I tried to run the repl again, even before I used the imported package, but then the repl get stuck and an error which indicates that pandas cant be imported is being thrown.
Any idea how to overcome this problem?
Thank you
import pandas._libs.window.aggregations as window_aggregations
ImportError: libstdc++.so.6: cannot open shared object file: No such file or directory```