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

plotKeyWords does not work when Anaconda is not installed. #5

Open
HBossier opened this issue Aug 10, 2018 · 4 comments
Open

plotKeyWords does not work when Anaconda is not installed. #5

HBossier opened this issue Aug 10, 2018 · 4 comments
Assignees

Comments

@HBossier
Copy link
Member

Should have add a check to see whether Anaconda is installed as the function depends on Python.

@jdgryse
Copy link

jdgryse commented Sep 3, 2018

Maybe you can just add the warning "Please install Anaconda first" when the script gives you the error?

@HBossier
Copy link
Member Author

HBossier commented Sep 3, 2018

Great idea, I will implement this now.

@jdgryse
Copy link

jdgryse commented Sep 3, 2018

You better.

@HBossier
Copy link
Member Author

HBossier commented Sep 3, 2018

Added these lines
# Give warning that one needs Anaconda
print('Please make sure you installed Anaconda first')
to plotKeyWords.

Function is still broken, but at least we get a notification.
Can I close it @jdgryse @freyaacar ?

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

2 participants