[python2] OSError: [Errno 38] Function not implemented

Problems with packages? Post here, using [tags] of the package name.

[python2] OSError: [Errno 38] Function not implemented

Postby courk » Mon May 01, 2017 11:36 am

I have this issue importing the standard random module after a full system update. A lot of packages were updated (due to openssl 1.1.0).

$this->bbcode_second_pass_code('', '
% python2
Python 2.7.13 (default, Apr 24 2017, 20:01:05)
[GCC 6.3.1 20170306] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import random
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/random.py", line 885, in <module>
_inst = Random()
File "/usr/lib/python2.7/random.py", line 97, in __init__
self.seed(x)
File "/usr/lib/python2.7/random.py", line 113, in seed
a = long(_hexlify(_urandom(2500)), 16)
OSError: [Errno 38] Function not implemented
')
courk
 
Posts: 1
Joined: Mon May 01, 2017 11:29 am

Re: [python2] OSError: [Errno 38] Function not implemented

Postby Nikus » Tue May 02, 2017 2:21 pm

I have the same problem. Downgrade to python2-2.7.13-1 fix temporarily the problem.
Nikus
 
Posts: 3
Joined: Thu Aug 18, 2016 9:43 pm

Re: [python2] OSError: [Errno 38] Function not implemented

Postby setti » Fri May 05, 2017 5:20 pm

Same problem here with 2.7.13-2. Is there already an open issue?
setti
 
Posts: 26
Joined: Tue Sep 04, 2012 9:49 pm

Re: [python2] OSError: [Errno 38] Function not implemented

Postby ingamedeo » Tue May 09, 2017 7:34 pm

Same here. I can confirm the issue.
ingamedeo
 
Posts: 5
Joined: Mon Dec 24, 2012 10:53 am

Re: [python2] OSError: [Errno 38] Function not implemented

Postby steals » Tue May 09, 2017 7:57 pm

Additional discussion happens here viewtopic.php?f=60&t=11670
But for now the only way to resolve this error is downgrade package to the previous release.
steals
 
Posts: 6
Joined: Tue Sep 06, 2016 12:55 pm


Return to Packages

Who is online

Users browsing this forum: No registered users and 10 guests