I just installed "Pandas" in python using "pip install pandas" but it keeps posting a error about another module called "ctypes".
Error:
I have no idea what to do.
I just installed "Pandas" in python using "pip install pandas" but it keeps posting a error about another module called "ctypes".
Error:
I have no idea what to do.
Unless I don't understand your question correctly, you need to run your application through a virtual env. if you are using conda, conda activate ./your-venv
, if pip, your-venv\Scripts\activate