Starlitnightly/omicverse

Encounter Error When Installing OmicVerse on Debian10.7.0

Closed this issue · 0 comments

Command Used: pip install -U omicverse
Outcome: Error occurred.
Attempted Solution:
Tried using pip install omicverse.
Tried using sudo apt-get install libssl-dev
Pip version: 24.0
Installation sources from Alibaba Cloud and Tsinghua were attempted.
Also attempted installation within a miniconda environment (conda version 23.11.0).
Issue Persisting: Error persists despite multiple attempts.
Request: Assistance needed to resolve the installation issue. Thank you!

Here are the error codes:

Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [18 lines of output]
Traceback (most recent call last):
File "/home/wjie/miniconda3/envs/omicverse1/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in
main()
File "/home/wjie/miniconda3/envs/omicverse1/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/home/wjie/miniconda3/envs/omicverse1/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "/tmp/pip-build-env-1parrjzu/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "/tmp/pip-build-env-1parrjzu/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires
self.run_setup()
File "/tmp/pip-build-env-1parrjzu/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 487, in run_setup
super().run_setup(setup_script=setup_script)
File "/tmp/pip-build-env-1parrjzu/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 311, in run_setup
exec(code, locals())
File "", line 234, in
File "", line 58, in openmp_build_ext
ModuleNotFoundError: No module named 'numpy'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.