A user is trying to download the flux-python pip package to stash in a repository of packages for CI. However, they're hitting the issue
$ pip download flux-python
This fails with:
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
Cannot find executable flux, which is required to be on PATH to find the install location.
[end of output]
I'm afraid I don't know enough about pip to determine if this could be fixed/worked around. Any ideas @vsoch ?