Open PyMach opened 1 week ago
I have a user with the same issue. Azure Data Studio appears to be set with exact versions being required. From the first line of PyMach's log above:
pip install --user "jupyter>=1.0.0" "notebook==6.5.6" "ipykernel==5.5.5"
If exact versions are required, then pyzmq is a problem, see: https://github.com/zeromq/pyzmq/issues/2030 "pyzmq>=25.1.1 for 3.12 support."
You can see from the PyMach's log above that an earlier version is installed:
stdout: Using cached pyzmq-24.0.1.tar.gz (1.2 MB)
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
Error Message
Notebook dependencies installation is in progress
Getting requirements to build wheel did not run successfully. exit code: 1
[85 lines of output] C:\Users\localusername\AppData\Local\Temp\pip-build-env-w55y4woj\overlay\Lib\site-packages\setuptools_distutils\dist.py:261: UserWarning: Unknown distribution option: 'cffi_modules' warnings.warn(msg) running egg_info writing pyzmq.egg-info\PKG-INFO writing dependency_links to pyzmq.egg-info\dependency_links.txt writing requirements to pyzmq.egg-info\requires.txt writing top-level names to pyzmq.egg-info\top_level.txt running configure Traceback (most recent call last): File "C:\Program Files\Python313\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py", line 353, in
main()