Abhishek Ramesh added the comment:
Thank you for the information.
On Tue, Jun 1, 2021, 6:48 AM Ned Deily wrote:
>
> Ned Deily added the comment:
>
> It appears you are trying to use a very old version of Python 3.6.4 from a
> python.org installer, and a release candidate
New submission from Abhishek Ramesh :
Process: Python [98546]
Path:
/Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python
Identifier:Python
Version: 3.6.4rc1 (3.6.4rc1)
Code Type: X86-64
Abhishek added the comment:
I also observed now that it works on other distro. On red hat enterprise linux
(rhel) 7.7, I a, getting the correct output.
The bug which I have raised was tested on rhel 8.2.
[root@biplab2 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.2 Beta
New submission from Abhishek :
If root user is part of a linux group, then in the response of getgrnam() &
grp.getgrid(), in te gr_mem part, root user is not listed.
[root@biplab2 ~]# getent group | grep starwars
starwars:x:1011:root,abhi
[root@biplab2 ~]# python3
Python 3.6.8 (default,
Change by abhishek :
--
keywords: +patch
pull_requests: +9556
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue19376>
___
___
Python-
New submission from Abhishek Reddy :
Hi
I am currently encountering below issues when trying to install any version of
Scikit Learn (0.19.0 or 0.19.1 or 0.19.2) on Linux - RHEL / Centos 7 OS.
Few months back I could successfully install scikit-learn under python 2.7
without issues. When I
Abhishek Reddy added the comment:
Hi Mark,
Thank you for your update. How do I reach to the upstream scikit-learn folks ?
Thanks,
Abhishek
On 8/7/18, 2:56 AM, "Mark Dickinson" wrote:
Mark Dickinson added the comment:
Have you reported this upstream to the scikit-l
New submission from Abhishek Reddy :
Hi
I am currently encountering below issues when trying to install any version of
Scikit Learn (0.19.0 or 0.19.1 or 0.19.2)
Python Version - 3.7
/usr/local/bsb-python37 - Custom Location in which I configured and installed
Python 3.7
I have installed
Abhishek Manandhar added the comment:
Yes actually it produce no erroe on standalone script. But the script
executes without any outputs. not even for numpy function. I used code
below in script.
import multiprocessing
import numpy
def f(x):
return x*x
if __name__ = "__main__&qu
New submission from Abhishek Manandhar:
I was looking to implement multiprocess pool. It worked fine with the numpy
function while with the user defined function it ran into error.
import numpy
>>> import multiprocessing
>>> P = multiprocessing.Pool(5)
>>> P.map(
Abhishek Kumar added the comment:
Thanks Roger, for the feedback especially the licence part. I have least idea
about licences but will take care in future.
One question: Is it right to change IdleConf on Ctrl+ and Ctrl- ? I mean to
change font for all open windows?
It happens with most text
Abhishek Kumar added the comment:
I have submitted a patch that is working fine on Windows and on Ubuntu. I have
used ZoomFont.py of IdleX.
On pressing Ctrl+ or Ctrl- it changes the user configuration and updates the
font of all open windows as there is a common user configuration for all
Abhishek Singh added the comment:
I found my problem.
I was also using pipes to implement my show output (between python and C). The
pipe was getting full, and xmlrpc server was locking up because of that.
The gdb traceback was confusing though (will re-open if I see this again, and
if it
Abhishek Singh added the comment:
I have a pretty complicated setup. 100's of threads, xmlrpc being in the main
thread and providing show routines for my program. I have 10's of such
processes doing some heavy duty simulation/crunching.
The threads and program is in C. I use swig r
New submission from Abhishek Singh :
Hi Terry,
I am running into a xmlrpc server issue where it just hangs.
9.914048127.0.0.1 -> 127.0.0.1TCP 52327 > 8012 [SYN] Seq=0 Win=32792
Len=0 MSS=16396 TSV=3131436173 TSER=0 WS=6
00 00 00 00 00 00 00 00 00 00 00 00 08 00
abhishek added the comment:
Check This out
http://hg.python.org/cpython/file/b99c54acb22d/Modules/zlib/inflate.c
http://hg.python.org/cpython/file/b99c54acb22d/Modules/zlib/zconf.h
http://hg.python.org/cpython/file/b99c54acb22d/Modules/zlib/zconf.in.h
All three files contain these functions
abhishek added the comment:
I think New features like "inflateReset2()", "inflateMark()", or "Z_TREES"
flags are included in python 3.2.2.
--
nosy: +abhishek_bits
___
Python tracker
<
New submission from abhishek :
Hi,
IMAP commands in general can be either called directly or via the UID
command which basically returns the UIDs instead of message IDs.
Consider this example:
02:23.02 > GDJB3 UID THREAD references UTF-8 (SEEN)
02:23.02 < * THREAD (3)(2)(4)(1)
02
18 matches
Mail list logo