Octave 10.2 with pythonic installation issue

Ram Burda via Help-octave <[email protected]> Wed, 10 Sep 2025 13:13:07 +0000
Newsgroups gmane.comp.gnu.octave.general
Message-ID <AS8P250MB078975DB6FE44241D6F67251DA0EA@AS8P250MB0789.EURP250.PROD.OUTLOOK.COM>
--===============5394376113091596945==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_AS8P250MB078975DB6FE44241D6F67251DA0EAAS8P250MB0789EURP_"

--_000_AS8P250MB078975DB6FE44241D6F67251DA0EAAS8P250MB0789EURP_
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable

Hello support,
My name is Ram Burda,
I am trying to add python support package to octave version 10.2.
I have pythonic v0.1.3 version installation gz file.
When I run it, I get the following error message. Do you know how I can ins=
tall the pythonic properly?
System is on Windows server 2016 OS (not linux)

Thanks
Ram

Log file:

>> pkg install C:\OctavePackages\octave-pythonic-v0.1.3.tar.gz
In file included from C:/Users/ramb/AppData/Local/Programs/GNUOCT~1/OCTAVE~=
1.0/usr/include/python3.12/Python.h:38,
                 from oct-py-error.cc:31:
C:/Users/ramb/AppData/Local/Programs/GNUOCT~1/OCTAVE~1.0/usr/include/python=
3.12/pyport.h:213:10: fatal error: sys/select.h: No such file or directory
  213 | #include <sys/select.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:118: oct-py-error.o] Error 1
make: Entering directory '/tmp/oct-hWokbn/octave-pythonic-v0.1.3/src'
  CXX    oct-py-error.o
make: Leaving directory '/tmp/oct-hWokbn/octave-pythonic-v0.1.3/src'

error: pkg: error running 'make' for the pythonic package
error: called from
    configure_make at line 117 column 9
    install at line 202 column 7
    pkg at line 619 column 9
This email message and any attachments are intended solely for the use of t=
he addressees hereof. =

This message and any attachments may contain information that is confidenti=
al, privileged and exempt from disclosure under applicable law.
If you are not the intended recipient of this message, you are prohibited f=
rom reading, disclosing, reproducing, distributing, disseminating or otherw=
ise using this transmission.
If you have received this message in error, please promptly notify the send=
er at Ceragon by reply E-mail and immediately delete this message from your=
 system.

--_000_AS8P250MB078975DB6FE44241D6F67251DA0EAAS8P250MB0789EURP_
Content-Type: text/html; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii">
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Aptos;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	font-size:12.0pt;
	font-family:"Aptos",sans-serif;
	mso-ligatures:standardcontextual;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Aptos",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"#467886" vlink=3D"#96607D" style=3D"word-wrap:=
break-word">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">Hello support,<o:p></o:p></p>
<p class=3D"MsoNormal">My name is Ram Burda,<o:p></o:p></p>
<p class=3D"MsoNormal">I am trying to add python support package to octave =
version 10.2.<o:p></o:p></p>
<p class=3D"MsoNormal">I have pythonic v0.1.3 version installation gz file.=
<o:p></o:p></p>
<p class=3D"MsoNormal">When I run it, I get the following error message. Do=
 you know how I can install the pythonic properly?<o:p></o:p></p>
<p class=3D"MsoNormal">System is on Windows server 2016 OS (not linux)<br>
<br>
Thanks<o:p></o:p></p>
<p class=3D"MsoNormal">Ram<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Log file:<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">&gt;&gt; pkg install C:\OctavePackages\octave-python=
ic-v0.1.3.tar.gz<o:p></o:p></p>
<p class=3D"MsoNormal">In file included from C:/Users/ramb/AppData/Local/Pr=
ograms/GNUOCT~1/OCTAVE~1.0/usr/include/python3.12/Python.h:38,<o:p></o:p></=
p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from oct-py-error.cc:31:<o:p><=
/o:p></p>
<p class=3D"MsoNormal">C:/Users/ramb/AppData/Local/Programs/GNUOCT~1/OCTAVE=
~1.0/usr/include/python3.12/pyport.h:213:10: fatal error: sys/select.h: No =
such file or directory<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp; 213 | #include &lt;sys/select.h&gt;<o:p></o:p=
></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~<o:p></o:p></p>
<p class=3D"MsoNormal">compilation terminated.<o:p></o:p></p>
<p class=3D"MsoNormal">make: *** [Makefile:118: oct-py-error.o] Error 1<o:p=
></o:p></p>
<p class=3D"MsoNormal">make: Entering directory '/tmp/oct-hWokbn/octave-pyt=
honic-v0.1.3/src'<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp; CXX&nbsp;&nbsp;&nbsp; oct-py-error.o<o:p></o:=
p></p>
<p class=3D"MsoNormal">make: Leaving directory '/tmp/oct-hWokbn/octave-pyth=
onic-v0.1.3/src'<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">error: pkg: error running 'make' for the pythonic pa=
ckage<o:p></o:p></p>
<p class=3D"MsoNormal">error: called from<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; configure_make at line 117 column=
 9<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; install at line 202 column 7<o:p>=
</o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp; pkg at line 619 column 9<o:p></o:=
p></p>
</div>
This email message and any attachments are intended solely for the use of t=
he addressees hereof.&nbsp;<br>This message and any attachments may contain=
 information that is confidential, privileged and exempt from disclosure un=
der applicable law.<br>If you are not the intended recipient of this messag=
e, you are prohibited from reading, disclosing, reproducing, distributing, =
disseminating or otherwise using this transmission.<br>If you have received=
 this message in error, please promptly notify the sender at Ceragon by rep=
ly E-mail and immediately delete this message from your system.</body>
</html>

--_000_AS8P250MB078975DB6FE44241D6F67251DA0EAAS8P250MB0789EURP_--



--===============5394376113091596945==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

Ci0tLS0tLS0tLS0KV2UgYXJlIHRyYW5zaXRpb25pbmcgdG8gYSB3ZWIgYmFzZWQgZm9ydW0KZm9y
IGNvbW11bml0eSBoZWxwIGRpc2N1c3Npb25zIGF0Cmh0dHBzOi8vb2N0YXZlLmRpc2NvdXJzZS5n
cm91cC9jL2hlbHAK

--===============5394376113091596945==--