esda
esda copied to clipboard
Cannot import esda
Importing esda from ipython cli throws:
----> 1 import esda
~/monocondaNew/envs/c19geo_stat/lib/python3.8/site-packages/esda/init.py in
~/monocondaNew/envs/c19geo_stat/lib/python3.8/site-packages/esda/adbscan.py in
~/monocondaNew/envs/c19geo_stat/lib/python3.8/site-packages/sklearn/init.py in
~/monocondaNew/envs/c19geo_stat/lib/python3.8/site-packages/sklearn/utils/_show_versions.py in
ImportError: dlopen: cannot load any more object with static TLS
python 3.8 Ubuntu 14.04 ipython 7.19.0 skelarn 0.23.2 installed esda, ipython. Seems like the issue is in DBSCAN from sklearn. ? I reinstalled.
Of note , the import works fine at the regular python prompt, but I had rather worked in iPython. What am I missing here?
Thanks
What happens when you import scikit-learn by itself? On first glance this appears to be an issue with scikit-learn, not esda. Also, which version of esda do you have installed?
Closing due to lack of response.