PyAutoGUI Installation error
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I'm trying to install PyAutoGUI-0.9.54 using the file PyAutoGUI-0.9.54.tar.gz and facing an issue. Appreciate any help on this! :)
Command used in the Jupiter Notebook:
from ayx import Alteryx
Alteryx.installPackages(package=r"file:D:\PythonWheels\PyAutoGUI-0.9.54.tar.gz")
Below is the error I receive:
Info: Python (1): ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none)
Info: Python (1): ERROR: No matching distribution found for setuptools>=40.8.0
When I try to install Setuptools using the wheel file setuptools-67.7.2-py3-none-any.whl it tells me that the requirement is already satisfied.
So I went ahead and checked in site-packages and here's the detail of setuptools that's already installed:
%ALTRXDIR%\Miniconda3\envs\DesignerBaseTools_vEnv\Lib\site-packages\setuptools
%ALTRXDIR%\Miniconda3\envs\DesignerBaseTools_vEnv\Lib\site-packages\setuptools-49.6.0.post20210108-py3.8.egg-info
- Labels:
- Installation
