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
The first exception is raised when I, on a Linux-based system using Python 3.9, attempt to install fluxclient without PCL extensions:
Traceback (most recent call last):
File "${HOME}/src/third-party/fluxclient/setup_utils.py", line 180, in create_pcl_extentions
raise RuntimeError("Can not locate pcl includes.")
RuntimeError: Can not locate pcl includes.
Traceback (most recent call last):
File "${HOME}/src/third-party/fluxclient/setup_utils.py", line 180, in create_pcl_extentions
raise RuntimeError("Can not locate pcl includes.")
RuntimeError: Can not locate pcl includes.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "${HOME}/src/third-party/fluxclient/setup.py", line 10, in <module>
ext_modules += setup_utils.create_pcl_extentions()
File "${HOME}/src/third-party/fluxclient/setup_utils.py", line 241, in create_pcl_extentions
sys.stderr("""\033[93m
TypeError: '_io.TextIOWrapper' object is not callable
When the former code error is corrected, the following exception is raised when execution is allowed to continue:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "${HOME}/src/third-party/fluxclient/setup.py", line 38, in <module>
packages=setup_utils.get_packages(),
File "${HOME}/src/third-party/fluxclient/setup_utils.py", line 91, in get_packages
return [name
File "${HOME}/src/third-party/fluxclient/setup_utils.py", line 91, in <listcomp>
return [name
File "/usr/lib/python3.9/pkgutil.py", line 88, in walk_packages
for info in iter_modules(path, prefix):
File "/usr/lib/python3.9/pkgutil.py", line 124, in iter_modules
raise ValueError("path must be None or list of paths to look for "
ValueError: path must be None or list of paths to look for modules in
The text was updated successfully, but these errors were encountered:
The first exception is raised when I, on a Linux-based system using Python 3.9, attempt to install fluxclient without PCL extensions:
When the former code error is corrected, the following exception is raised when execution is allowed to continue:
The text was updated successfully, but these errors were encountered: