I’m fairly new to programming as a whole and I’m trying to learn using Polars with the polars_talib library.
However when I import polars_talib I get the following error:
ModuleNotFoundError Traceback (most recent call last)
Cell In[19], line 8
6 import mintalib as mt
7 import pandas_ta as pta
—-> 8 from polars.utils.udfs import _get_shared_lib_location
9 import polars_talib as plt
ModuleNotFoundError: No module named ‘polars.utils’
And I can’t for the life of me figure out why I’m getting this message.
I expected the library to import without error, tried Googling for a fix but couldn’t find anything useful. I’ve reinstalled Polars with all optional dependencies and polars ta_lib, still nothing.
Daniel Vorster is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.