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

Continue with warnings if conda not found. Fixes #1678 #1686

Merged
merged 3 commits into from
Jul 22, 2020

Conversation

umesh-timalsina
Copy link
Contributor

No description provided.

bin/deepforge Outdated
try {
Conda.check();
} catch (e) {
console.log('Warning: option to use a conda is selected but conda installation ' +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is probably a better way to phrase this. Perhaps something like "Warning: conda executable not found. Please install conda for automatic management of Python dependencies via virtual environments."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added the following message:

Warning: conda executable not found. Please install conda for automatic management of Python dependencies via conda environments.

@brollb brollb merged commit 4c514da into master Jul 22, 2020
@brollb brollb deleted the 1678-gracious-npm-start branch July 22, 2020 16:52
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

Successfully merging this pull request may close these issues.

2 participants