Closed
Description
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
(optional) I have confirmed this bug exists on the master branch of pandas.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
pip install pandas==1.3.1
import pandas as pd
Problem description
After upgrading from v1.3.0
to patch fix v1.3.1
we began receiving Import Errors on all of our scripts. We were able to resolve this by installing Visual Studio C++ Build Tools on our Windows Servers.
- 2019 Windows Server
- Python 3.7
Output ImportError: DLL load failed
import pandas._libs.window.aggregations as window_aggregations
ImportError: DLL load failed: The specified module could not be found.