Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71384
| References | <lkimb0$kk2$1@ger.gmane.org> |
|---|---|
| Date | 2014-05-12 15:08 +0530 |
| Subject | Re: PyPy updated |
| From | km <srikrishnamohan@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.9913.1399887526.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
I tried compiling pandas on pypy 2.3 but it gave error as follows
numpy/core/src/multiarray/scalarapi.c:742:16: error: 'PyUnicodeObject' has
no member named 'str'
uni->str[length] = 0;
^
numpy/core/src/multiarray/scalarapi.c:743:16: error: 'PyUnicodeObject' has
no member named 'length'
uni->length = length;
Cleaning up...
Command /home/user/test101/bin/pypy-c -c "import setuptools,
tokenize;__file__='/home/user/test101/build/numpy/setup.py';exec(compile(getattr(tokenize,
'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))"
install --record /tmp/pip-d2Eg7e-record/install-record.txt
--single-version-externally-managed --compile --install-headers
/home/user/test101/include/site/python2.7 failed with error code 1 in
/home/user/test101/build/numpy
Storing debug log for failure in /home/user/.pip/pip.log
Regards,
Krishna
On Fri, May 9, 2014 at 7:18 PM, Mark Lawrence <breamoreboy@yahoo.co.uk>wrote:
> Might interest some of you fine folk out there :-
>
> http://morepypy.blogspot.co.uk/2014/05/pypy-23-terrestrial-arthropod-trap.
> html
>
> --
> My fellow Pythonistas, ask not what our language can do for you, ask what
> you can do for our language.
>
> Mark Lawrence
>
> ---
> This email is free from viruses and malware because avast! Antivirus
> protection is active.
> http://www.avast.com
>
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: PyPy updated km <srikrishnamohan@gmail.com> - 2014-05-12 15:08 +0530
csiph-web