Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Installation issues #10

Open
1 task
hale22 opened this issue May 12, 2024 · 0 comments
Open
1 task

BUG: Installation issues #10

hale22 opened this issue May 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@hale22
Copy link

hale22 commented May 12, 2024

Describe the issue:

Installation through pip install is not working, here's the logs:

(lunar2) C:\Users\hale2\Downloads\HPLOP-main\HPLOP-main>pip install .
Processing c:\users\hale2\downloads\hplop-main\hplop-main
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
╰─> [33 lines of output]
Compiling src/hplop/core/equations.pyx because it changed.
Compiling src/hplop/solver/rkn1210.pyx because it changed.
Compiling src/hplop/solver/rkn1210_coeffs.pyx because it changed.
Compiling src/hplop/pck\pck.pyx because it changed.
[1/4] Cythonizing src/hplop/core/equations.pyx
[2/4] Cythonizing src/hplop/pck\pck.pyx
[3/4] Cythonizing src/hplop/solver/rkn1210.pyx
[4/4] Cythonizing src/hplop/solver/rkn1210_coeffs.pyx
Traceback (most recent call last):
File "C:\Users\hale2\anaconda3\envs\lunar2\lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
main()
File "C:\Users\hale2\anaconda3\envs\lunar2\lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Users\hale2\anaconda3\envs\lunar2\lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "C:\Users\hale2\AppData\Local\Temp\pip-build-env-a2smuaam\overlay\Lib\site-packages\setuptools\build_meta.py", line 325, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "C:\Users\hale2\AppData\Local\Temp\pip-build-env-a2smuaam\overlay\Lib\site-packages\setuptools\build_meta.py", line 295, in get_build_requires
self.run_setup()
File "C:\Users\hale2\AppData\Local\Temp\pip-build-env-a2smuaam\overlay\Lib\site-packages\setuptools\build_meta.py", line 311, in run_setup
exec(code, locals())
File "", line 55, in
File "C:\Users\hale2\AppData\Local\Temp\pip-build-env-a2smuaam\overlay\Lib\site-packages\setuptools_init
.py", line 103, in setup
install_setup_requires(attrs)
File "C:\Users\hale2\AppData\Local\Temp\pip-build-env-a2smuaam\overlay\Lib\site-packages\setuptools_init
.py", line 74, in _install_setup_requires
dist.parse_config_files(ignore_option_errors=True)
File "C:\Users\hale2\AppData\Local\Temp\pip-build-env-a2smuaam\overlay\Lib\site-packages\setuptools\dist.py", line 627, in parse_config_files
setupcfg.parse_configuration(
File "C:\Users\hale2\AppData\Local\Temp\pip-build-env-a2smuaam\overlay\Lib\site-packages\setuptools\config\setupcfg.py", line 178, in parse_configuration
options.parse()
File "C:\Users\hale2\AppData\Local\Temp\pip-build-env-a2smuaam\overlay\Lib\site-packages\setuptools\config\setupcfg.py", line 496, in parse
raise OptionError(
distutils.errors.DistutilsOptionError: Unsupported distribution option section: [options.extras.require]
[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.

Reproduce the code example:

-

Expected behavior:

No response

Python version:

3.11

Operating system:

Windos

HPLOP version:

0

Additional context:

No response

Would you like to solve it?

  • I want to give it a try
@hale22 hale22 added the bug Something isn't working label May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant