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
To get things running I needed to make some modifications. python3.7 resulted in some dependency problems and a few python modules and packages where missing.
To get things running I needed to make some modifications. python3.7 resulted in some dependency problems and a few python modules and packages where missing.
conda create -n dsNickFury python==3.6
source activate dsNickFury
conda install pandas
pip install azure-storage==0.36
pip install pymysql
pip install tables
The text was updated successfully, but these errors were encountered: