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

Nuskybg-py installation with python 3.13 #18

Open
ekammoun opened this issue Nov 4, 2024 · 0 comments
Open

Nuskybg-py installation with python 3.13 #18

ekammoun opened this issue Nov 4, 2024 · 0 comments

Comments

@ekammoun
Copy link

ekammoun commented Nov 4, 2024

At the "pip install -e . " step, the following error is appearing with python 13.3, which is related to 'extension_helpers'.


Obtaining file:///Users/eliaskammoun/github/nuskybgd-py
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
Getting requirements to build editable ... error
error: subprocess-exited-with-error

× Getting requirements to build editable did not run successfully.
│ exit code: 1
╰─> [26 lines of output]
Traceback (most recent call last):
File "/opt/anaconda3/envs/nuskybgd-py/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in
main()
~~~~^^
File "/opt/anaconda3/envs/nuskybgd-py/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/envs/nuskybgd-py/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 132, in get_requires_for_build_editable
return hook(config_settings)
File "/private/var/folders/fx/71y4k5751j1bgpc3qtt7x9dm0000gn/T/pip-build-env-zqlftbgl/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 482, in get_requires_for_build_editable
return self.get_requires_for_build_wheel(config_settings)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/private/var/folders/fx/71y4k5751j1bgpc3qtt7x9dm0000gn/T/pip-build-env-zqlftbgl/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 333, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/private/var/folders/fx/71y4k5751j1bgpc3qtt7x9dm0000gn/T/pip-build-env-zqlftbgl/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 303, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "/private/var/folders/fx/71y4k5751j1bgpc3qtt7x9dm0000gn/T/pip-build-env-zqlftbgl/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 521, in run_setup
super().run_setup(setup_script=setup_script)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/private/var/folders/fx/71y4k5751j1bgpc3qtt7x9dm0000gn/T/pip-build-env-zqlftbgl/overlay/lib/python3.13/site-packages/setuptools/build_meta.py", line 319, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "", line 12, in
ModuleNotFoundError: No module named 'extension_helpers'
[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 editable 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.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant