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
Computers with version 2.x of Python install will probably need to use pip3 instead of pip to install Pandas and Openpyxl. We should note this in our README
The text was updated successfully, but these errors were encountered:
Here is a good summary on pip/pip3 differences: https://www.pythonpool.com/pip-vs-pip3/. Mac seems to be more picky to use the exact right name compare to Windows.
Computers with version 2.x of Python install will probably need to use
pip3
instead ofpip
to install Pandas and Openpyxl. We should note this in our READMEThe text was updated successfully, but these errors were encountered: