I am running on Windows 7 machine and have installed python 2.7 compatible 
pypy 5.9.0. With it I am able to run the %%pypy cell magic in a notebook. 
When I tried the command

pypy -m pip install notebook

I get the error 

       Creating library build\temp.win32-2.7\Release\_scandir.pypy-41.lib 
and object build\temp.win32-2.7\Release\_scandir.pypy-41.exp
    _scandir.obj : error LNK2019: unresolved external symbol 
_PyErr_SetExcFromWindowsErrWithFilenameObject referenced in function 
_path_error
    build\lib.win32-2.7\_scandir.pypy-41.pyd : fatal error LNK1120: 1 
unresolved externals
    error: command 
'C:\\Users\\John\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ 
for Python\\9.0\\VC\\Bin\\link.exe' failed with exit status 1120

How can I fix this issue with the install. Are others able to run this 
command successfully on a windows machine?





On Monday, October 16, 2017 at 8:06:47 AM UTC-7, Kiko correoso garcia wrote:
>
> you can install pypy and then, from the command line: 
>
> pypy -m pip install notebook 
>
> If you are on linux you can try 
> https://github.com/kikocorreoso/test_scipypy (it is not updated to the 
> latest pypy version). 
>
> 2017-10-16 17:00 GMT+02:00, John <[email protected] <javascript:>>: 
> > I noticed that there is a cell magic %%pypy to run python code using 
> pypy 
> > in a single cell. Is it possible to run Jupyter notebook with pypy as 
> the 
> > kernel for the notebook? If so how can I do this? 
> > 
> > John 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "Project Jupyter" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an 
> > email to [email protected] <javascript:>. 
> > To post to this group, send email to [email protected] 
> <javascript:>. 
> > To view this discussion on the web visit 
> > 
> https://groups.google.com/d/msgid/jupyter/342af1b8-9215-4eee-a82f-621a4a882fc5%40googlegroups.com.
>  
>
> > For more options, visit https://groups.google.com/d/optout. 
> > 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/c569ba1b-3128-4558-89f6-7826bd6ea311%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to