You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
When I try to run the tests, I get AttributeError: module 'distutils' has no attribute 'spawn' in influxdb_instance.py. If I change import distutils near the top of that file to import distutils.spawn, it gets further. Although I admit I don’t really know why distutils.spawn.find_executable is even needed, rather than just using shutil.which…