I am trying to install xfuse on my laptop and on our HPC. I run the pip install command as listed on the GitHub but run into an error on both computers, as shown below. Does this package require some dependencies? Can xfuse be installed through conda? Does it matter if I try to install it with pip or pip3 ?
`File "", line 188, in configuration
File "/tmp/pip-build-env-da5v2_l9/overlay/lib/python3.10/site-packages/numpy/distutils/misc_util.py", line 1050, in add_subpackage
config_list = self.get_subpackage(subpackage_name, subpackage_path,
File "/tmp/pip-build-env-da5v2_l9/overlay/lib/python3.10/site-packages/numpy/distutils/misc_util.py", line 1016, in get_subpackage
config = self.get_configuration_from_setup_py(
File "/tmp/pip-build-env-da5v2_l9/overlay/lib/python3.10/site-packages/numpy/distutils/misc_util.py", line 958, in get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "/tmp/pip-install-455o447/scikit-learn_ed3da863168d40b98d93dbf65283ce18/sklearn/setup.py", line 83, in configuration
cythonize_extensions(top_path, config)
File "/tmp/pip-install-455o447/scikit-learn_ed3da863168d40b98d93dbf65283ce18/sklearn/_build_utils/init.py", line 70, in cythonize_extensions
config.ext_modules = cythonize(
File "/tmp/pip-build-env-da5v2_l9/overlay/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1125, in cythonize
result.get(99999) # seconds
File "/homes/cathal.king/anaconda3/envs/xfuse/lib/python3.10/multiprocessing/pool.py", line 774, in get
raise self._value
Cython.Compiler.Errors.CompileError: sklearn/ensemble/_hist_gradient_boosting/splitting.pyx
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.`
I am trying to install
xfuseon my laptop and on our HPC. I run the pip install command as listed on the GitHub but run into an error on both computers, as shown below. Does this package require some dependencies? Can xfuse be installed through conda? Does it matter if I try to install it withpiporpip3?`File "", line 188, in configuration
File "/tmp/pip-build-env-da5v2_l9/overlay/lib/python3.10/site-packages/numpy/distutils/misc_util.py", line 1050, in add_subpackage
config_list = self.get_subpackage(subpackage_name, subpackage_path,
File "/tmp/pip-build-env-da5v2_l9/overlay/lib/python3.10/site-packages/numpy/distutils/misc_util.py", line 1016, in get_subpackage
config = self.get_configuration_from_setup_py(
File "/tmp/pip-build-env-da5v2_l9/overlay/lib/python3.10/site-packages/numpy/distutils/misc_util.py", line 958, in get_configuration_from_setup_py
config = setup_module.configuration(*args)
File "/tmp/pip-install-455o447/scikit-learn_ed3da863168d40b98d93dbf65283ce18/sklearn/setup.py", line 83, in configuration
cythonize_extensions(top_path, config)
File "/tmp/pip-install-455o447/scikit-learn_ed3da863168d40b98d93dbf65283ce18/sklearn/_build_utils/init.py", line 70, in cythonize_extensions
config.ext_modules = cythonize(
File "/tmp/pip-build-env-da5v2_l9/overlay/lib/python3.10/site-packages/Cython/Build/Dependencies.py", line 1125, in cythonize
result.get(99999) # seconds
File "/homes/cathal.king/anaconda3/envs/xfuse/lib/python3.10/multiprocessing/pool.py", line 774, in get
raise self._value
Cython.Compiler.Errors.CompileError: sklearn/ensemble/_hist_gradient_boosting/splitting.pyx
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.`