We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Pywin32 doesn't compile on PyPy3 for Windows, as too big/tricky/whatever.
Would it be possible to replace pywin32 for the few functions you call using only ctypes ?
https://github.com/jupyter/jupyter_core/blob/master/jupyter_core/paths.py#L387.L403
Apparently, it seems the only [known] blocker to get a jupyter notebook working on "pypy3.7-v7.3.5-win64", from Jupyter side
The text was updated successfully, but these errors were encountered:
If Anaconda is considering a PyPy3 64 bit on Windows, won't they have the problem too ?
Sorry, something went wrong.
closed by #230
No branches or pull requests
Pywin32 doesn't compile on PyPy3 for Windows, as too big/tricky/whatever.
Would it be possible to replace pywin32 for the few functions you call using only ctypes ?
https://github.com/jupyter/jupyter_core/blob/master/jupyter_core/paths.py#L387.L403
Apparently, it seems the only [known] blocker to get a jupyter notebook working on "pypy3.7-v7.3.5-win64", from Jupyter side
The text was updated successfully, but these errors were encountered: