Importing package
I am trying to import numpy and scipy but I am getting an error. I have installed them using the Python Interpreter in settings. However when I try to import using Import numpy as np. I am getting an error
"AttributeError:module 'os' has no attribute 'add_dll_directory"
I have searched alot online but haven't found a solution that works.
Thank you
Please sign in to leave a comment.