Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies #6

Open
christiananthon opened this issue Jul 10, 2018 · 0 comments
Open

Missing dependencies #6

christiananthon opened this issue Jul 10, 2018 · 0 comments

Comments

@christiananthon
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant