-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cant install 3.0.4 on windows 11 and Python 3.9.7+ #146
Comments
No idea what might be going on, but you might try the suggestions here in the mean time: |
@philippjfr @mattpap do we not publish wheels? Is that intentional? I thought we did now but I only see sdist at https://pypi.org/project/jupyter-bokeh/#files Edit: I will have to see if I can manually publish a wheel in the next few days, until #141 is worked on |
@ItamarShDev there is now a wheel (just for 3.0.4)
can you see if this now works for you? If so this issue can be closed since the other issue is still open about publishing wheels in general @philippjfr @mattpap FYI I built the wheel from the downloaded sdist with |
Works! thank you very much @bryevdv ! |
Thanks @bryevdv! I've never actually had the time to get set up to build and upload any packages for this repo. At some point I would like to automate it with GH Actions like we have for HoloViz packages. |
I would be happy to help if you could point me to the right direction :)
…On Thu, Mar 3, 2022, 22:20 Philipp Rudiger ***@***.***> wrote:
Thanks @bryevdv <https://github.com/bryevdv>! I've never actually had the
time to get set up to build and upload any packages for this repo. At some
point I would like to automate it with GH Actions like we have for HoloViz
packages.
—
Reply to this email directly, view it on GitHub
<#146 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHIYG467ZRI7SRSJGHQC7TU6ENIJANCNFSM5PWVWWKQ>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
I have exactly the same problem on my machine. The only way I can make it build is by forcing pip and setuptools into legacy behaviour, ignoring pyproject.toml and building based on setup.py. Try running |
Another solution, as pointed out by @jgbustos, is to allow Windows to use longer paths and removing the max path limitation.
See source here. |
trying to build our JLab env in Windows 11 failed with the following error:
The same error happened on:
This is not happening in Ubuntu 20.04 machines.
We have one Windows 11 pc that for some reason manages to install it.
Reverting to 3.0.2 works.
Here is the full pp install log:
pip install.txt
The text was updated successfully, but these errors were encountered: