codelv / enaml-native-cli

CLI and package manager for building enaml-native apps
https://www.codelv.com/projects/enaml-native/
GNU General Public License v3.0
13 stars 7 forks source link

Conda could not be found when creating new app #10

Open T0M-W opened 6 years ago

T0M-W commented 6 years ago

If I run enaml-native create app, I get this. I have reinstalled conda many times, but it won't work. conda not found

frmdstryr commented 6 years ago

Does the command conda --version work? You might have to add conda to the system path then restart or logout/login for it to update.

Alternatively, you can try running from the Anaconda Prompt.

T0M-W commented 6 years ago

I think I have found something. When I try to create a new project with Pycharm and conda, this appears. I don't know how to fix this. found it i think

frmdstryr commented 6 years ago

It might be easier to discuss this on gitter https://gitter.im/enaml-native/Lobby

T0M-W commented 6 years ago

I found the right path.

rodgomesc commented 6 years ago

sr @T0M-W ,can you upgrade your cli from this repo and try again?

Robooze commented 6 years ago

@T0M-W hi! What was your right path? I've had the same problems and the Miniconda/Scripts saved to PATH but still getting that OSError.

frmdstryr commented 6 years ago

Please try installing enaml-native-cli==2.2.9 from pypi. It now does a more extensive search of the system path, user directories, programdata folders.

https://github.com/codelv/enaml-native-cli/blob/497c59152d0a9aa345b871e2c166bf0ccfeab8b6/enamlnativecli/main.py#L67-L96