-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Can't install Jupynium - error with dependencies #2
Comments
Hi, which version of pip are you using? Can you upgrade the pip and retry? I think it requires one of the newer ones. |
I'm using |
I tried upgrading it but yea this is the latest version: |
Can you |
I'm afraid that the same issue persists. I'll try tomorrow to try some solutions and as last chance I may install miniconda and try to install it from there. |
I'd appreciate if you would provide me with the python and pip version that you have. I'll try installing the same version. It might solve the issue. thanks |
My system python version is 3.10.6 with pip 22.3.1. I tried Conda with Python 3.10 and 3.11, with pip also 22.3.1 and all settings work for me.. |
Oh actually I can reproduce on Mac using brew python 3.10. |
It looks like a bug in brew python@3.10 or I don't know what's going on as I followed the PEP517 standard. |
It's the same issue with brew python@3.11 😔.
It worked inside the venv but now I'm not sure how to solve the issue to be able to use the plugin 😂. I may leave it untill tomorrow. |
You can still use it by passing the venv's python path to the lazy.nvim and |
Can you try with the PR or branch |
It should work if you try it again! Sorry for the hassle. I don't have a Mac and I can only test with a friend's computer. Before, I only tested inside venv / conda and not used the system one. Now I confirmed it works with Homebrew installed one. |
Oh I fell asleep last night, sorry for that.
no problem at all, I really liked the idea of this plugin and wanted it to work. |
Firstly, I rally want to thank you for your support. I installed jupynium successfully but it has some conflicts as the image below. I tried to run it from nvim with `` then the notify says, it started the server then a firefox open and loading then immediately close by itself (I'm not sure if this the right behavior) After that I run `` but nothing happens except the notify saying then nothing happen even if manually went to localhost, it shows can't connect. I tried running from the terminal inside venv but it shows an error with I'll try some other technique to sole the issue and gonna report back. This is just to give a summary. |
If you don't have Jupyter Notebook running at Also, if you want to use the command line, you need to set the correct |
yay, It worked after starting Jupyter Notebook. I'm exploring the options and configurations. Thanks again. |
Good to hear! Thanks for letting me identify numerous issues already. If you have any more problem, feel free to add more comments or open another issue. |
Note that this bug comes from homebrew's Python 3.10 & Python 3.11 pip. This has been fixed, but not included in an official release yet. |
Describe the bug
I can't install the jupynium with python3 and showing an error with dependencies. I tried installing it from nvim and from the terminal itself but it didn't install.
To Reproduce
Steps to reproduce the behavior:
different way to reproduce:
pip3 install --user jupynium
Expected behavior
to be installed correctly
The output
Collecting jupynium
Using cached jupynium-0.1.0.tar.gz (28 kB)
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
╰─> [17 lines of output]
Error in sitecustomize; set PYTHONVERBOSE for traceback:
AssertionError:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 351, in
main()
File "/usr/local/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 333, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/usr/local/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 118, in get_requires_for_build_wheel
return hook(config_settings)
File "/usr/local/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/setuptools/build_meta.py", line 338, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "/usr/local/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/setuptools/build_meta.py", line 320, in _get_build_requires
self.run_setup()
File "/usr/local/Cellar/python@3.10/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/setuptools/build_meta.py", line 335, in run_setup
exec(code, locals())
File "", line 2, in
ModuleNotFoundError: No module named 'versioneer'
[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.
Output of
jupynium --version
Output of
nvim --version
Additional context
OS: MacOS 12.6
Python: Python 3.10.9
I don't use conda or miniconda
The text was updated successfully, but these errors were encountered: