Aspose.Words pip install fail

One of our employees is having issues running pip install aspose-words on MacOS Sonoma 14.2.1. He’s getting this error:

ERROR: Ignored the following versions that require a different python version: 23.12.0 Requires-Python >=3.6,<3.12; 24.1.0 Requires-Python >=3.6,<3.12
ERROR: Could not find a version that satisfies the requirement aspose-words (from versions: none)
ERROR: No matching distribution found for aspose-words

This doesn’t make sense to me because the system requirements say that the minimum requirement is Mojave for MacOS. Any help would be greatly appreciated.

@jdgiese,
please open a terminal and follow these steps:

  1. python --version, if not working, use python3 -- version
  2. pip install aspose-words

After that, please take a screenshot and attache it here.

@dmitry.kotov, no problem!

@jdgiese Thank you for additional information. The version of Python installed on your side is higher then specified in Aspose.Words requirements. Aspose.Words requires Python >=3.6, <3.12. So please try using Python 3.11 on your side.

1 Like

That worked, thank you!

2 Likes