Module not found error

pip install aspose-words - worked effectively at the CMD line

in python import aspose-words as aw

run - and get the module not found error

@LarryPlazo First of all please check the following points:

  1. Make sure imported modules are installed;
  2. Make sure modules are spelled correctly;
  3. Make sure modules are in the right casing;
  4. Make sure you use the right paths.

Please see the following link for more information:
https://www.freecodecamp.org/news/module-not-found-error-in-python-solved/

Also, could you please specify in what environment the problem occurs?