Closed akaspin closed 9 years ago
Confirmed, investigating
<fijal> squeaky_pl: the check is "does the host interpreter implement os.statvfs"
<fijal> if you used old pypy, it might not work
<fijal> sorry about that :/
I fixed i686 builds so far, x86_64 builds are expected to land on Monday evening CET
Thanks a lot!
The x86_64 build is now ready (links didnt change). Check them out.
Issue still persists for me:
$ bin/linux/pypy3-2.4-linux_x86_64-portable/bin/pypy
Python 3.2.5 (b2091e973da69152b3f928bfaabd5d2347e6df46, Oct 24 2014, 12:08:04)
[PyPy 2.4.0 with GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>> import os
>>>> os.statvfs('./')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'statvfs'
>>>>
$ bin/linux/pypy3-2.4-linux_i686-portable/bin/pypy
Python 3.2.5 (b2091e973da69152b3f928bfaabd5d2347e6df46, Oct 23 2014, 20:25:42)
[PyPy 2.4.0 with GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>> import os
>>>> os.statvfs('./')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'statvfs'
This is also the case for shutil.which.
I'm tried use pypy-portable with CoreOS and Ansible. But I get following:
But when I use official PyPy (LD_LIBRARY_PATH pain) - all OK.