-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Following this support discussion
arkosctl is slow due to a problem in requests that is imported line 15 in arkos/utilities/utils.py.
We are talking about ~5sec to launch any arkosctl command on a scaleway server.
See :
- requests: https://github.com/kennethreitz/requests/issues/3213
- that forward the issue to setuptools: Avoid full path enumeration on import of setuptools or pkg_resources? pypa/setuptools#510
A possible workaround lies in https://github.com/ninjaaron/fast-entry_points