0

When I install Gramex and try to run it, I get this error message.

Gramex error message

gramex: The term 'gramex' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
S Anand
  • 11,364
  • 2
  • 28
  • 23

1 Answers1

0

This indicates that Gramex is not on your PATH. That can happen if:

  1. Anaconda itself is not on your PATH. Please reboot and run "conda" and see if it's in your PATH. If not, please re-install Anaconda and add it to your PATH when you install.
  2. Gramex was not installed properly. Please re-install Gramex and see if there were any errors.

If this does not resolve it, please reply, and we can explore.

S Anand
  • 11,364
  • 2
  • 28
  • 23