I want to install the library Aspose.Email in Python by giving command
pip install Aspose.Email-for-Python-via-NET
in the terminal, which I learnt here.
It says:
ERROR: Ignored the following versions that require a different python version: 18.10 Requires-Python >=3.5, <3.7; 18.12 Requires-Python >=3.5, <3.7; 18.7 Requires-Python >=3.5, <3.7; 18.8 Requires-Python >=3.5, <3.7; 18.9 Requires-Python >=3.5, <3.7; 19.1 Requires-Python >=3.5, <3.7; 19.5 Requires-Python >=3.5, <3.7; 19.7 Requires-Python >=3.5, <3.8; 20.2 Requires-Python >=3.5, <3.8; 20.2.1 Requires-Python
>=3.5, <3.8; 20.5 Requires-Python >=3.5, <3.8; 20.8 Requires-Python >=3.5, <3.8; 22.10 Requires-Python >=3.5,<3.11; 22.11 Requires-Python >=3.5,<3.11; 22.12 Requires-Python >=3.5,<3.11; 22.3.1 Requires-Python >=3.5,<3.11; 22.4 Requires-Python >=3.5,<3.11; 22.5 Requires-Python >=3.5,<3.11; 22.6 Requires-Python >=3.5,<3.11; 22.7 Requires-Python >=3.5,<3.11; 22.8 Requires-Python >=3.5,<3.11; 22.9 Requires-Python >=3.5,<3.11
ERROR: Could not find a version that satisfies the requirement Aspose.Email-for-Python-via-NET (from versions: none)
ERROR: No matching distribution found for Aspose.Email-for-Python-via-NET
First, I was working in Python 3.11.1 and in this question I learnt how to set it to Python 3.6.8, which is in the necessary interval. Then I got this error:
The isort server crashed 5 times in the last 3 minutes. The server will not be restarted.
So I learnt in this question that I at least need Python 3.7. So I downloaded Python 3.7 but then I get the upper error again.
Is anyone still working with Aspose Email and is there someone who knows how to import this library?
Is it related to this specific library at all? I mean, usual used libraries work via pip install, but this is some external type of library which I would import via Maven in Java.