You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running python setup.py install in py-gdx/, I had an error that said Setup script exited with error: Microsoft Visual Studio C++ 10.0 is required during the installation of pandas. I solved by just installing numpy and pandas directly with conda install numpy and conda install pandas, and then running python setup.py install again.
@mmowers reports:
Update the documentation to make these clear.
The text was updated successfully, but these errors were encountered: