-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hi,
I'm trying to install pip install --upgrade iotedgehubdev
iotedgehubdev with python version 3.8.17 but I'm getting this error:
` error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running egg_info
writing lib3/PyYAML.egg-info/PKG-INFO
writing dependency_links to lib3/PyYAML.egg-info/dependency_links.txt
writing top-level names to lib3/PyYAML.egg-info/top_level.txt
/private/var/folders/zm/m0j2553x22j80qpk4qm9g6g00000gn/T/pip-build-env-lwzyvv3i/overlay/lib/python3.8/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in setup.cfg
!!
********************************************************************************
The license_file parameter is deprecated, use license_files instead.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!`
I don't konw what I can do about PyYAML version issue.
Any help apprecitated.
Regards
Robin