Help me to add extra library to package content for Python cookiecutter-pylibrary?
I am using cookiecutter-pylibrary created by ionelmc. When I add import pandas library to the package src/subproject/somename.py content, build the package sdist and check it on console - it is showing the following error:
INTEL MKL ERROR: dlopen(/Users/sanatbek/opt/anaconda3/lib/libmkl_core.1.dylib, 9): image not found.
Intel MKL FATAL ERROR: Cannot load libmkl_core.1.dylib.
If I remove import pandas line, it is working fine. Can you please help to fix the above error?
I am using the python 3.8 version without anaconda, but as you can see above that error is coming from anaconda3(my PyCharm with python interpreter is not using anaconda3). I have installed all versions of Python to test it with tox.
I have searched the internet and found this solution and didn't work for me.
Please sign in to leave a comment.