Hello, I cannot install rpaframework library on my Windows laptop.
pip --no-cache-dir rpaframework
When installing dependencies, two different versions of pillow are requested => the first one is Collecting pillow<11.0.0,>=10.2.0 (from rpaframework), it is donwloaded and installed succesfully, then Collecting pillow<10.0.0,>=9.1.1 (from rpaframework), this one is downloaded successfully but installation fails. I assume this is due to a newer version of pillow already installed previously ?
Is it normal to have different versions of Pillow library requested during installation of rpaframework ?
Hello, I cannot install rpaframework library on my Windows laptop.
pip --no-cache-dir rpaframework
When installing dependencies, two different versions of pillow are requested => the first one is Collecting pillow<11.0.0,>=10.2.0 (from rpaframework), it is donwloaded and installed succesfully, then Collecting pillow<10.0.0,>=9.1.1 (from rpaframework), this one is downloaded successfully but installation fails. I assume this is due to a newer version of pillow already installed previously ?
Is it normal to have different versions of Pillow library requested during installation of rpaframework ?