[Numpy-discussion] Off Topic Question :Career Advice Needed

2022-03-20 Thread Amardeep Singh
Hi All I am a Tech Lead based in Singapore. I have got 140k offer in Toronto. Just wanted to understand how is the job market for python,c++ roles in Canada for perm and contract roles. Suppose i join now and get permanent residency after 2 years is it easy to make 200k per year or is it somethin

[Numpy-discussion] Help Regarding Debugging Cython Code

2021-09-05 Thread Amardeep Singh
Hi Team If some one has setup to debug cython code can you please share the details. I am using ubuntu 20.4 . Not sure why gdb not picking up breakpoints. I am able to debug c extensions but not cython code. Thx ___ NumPy-Discussion mailing list NumPy

Re: [Numpy-discussion] Help needed GDB

2020-12-29 Thread Amardeep Singh
ike) pending. (gdb) run Starting program: /usr/bin/python mytest.py [New Thread 0x1e03 of process 16513] [New Thread 0x2303 of process 16513] thx On Tue, Dec 29, 2020 at 9:38 PM Amardeep Singh wrote: > Hi All > > I was able to fix. > > >import sys > > >pr

Re: [Numpy-discussion] Help needed GDB

2020-12-29 Thread Amardeep Singh
/gdb/python/python-config.py and comment out these two lines: if getvar('LINKFORSHARED') is not None: libs.extend(getvar('LINKFORSHARED').split()) On Tue, Dec 29, 2020 at 4:27 PM Amardeep Singh wrote: > Hi All > > when i. try to use python3 installed on my ma

Re: [Numpy-discussion] Help needed GDB

2020-12-29 Thread Amardeep Singh
lrwxr-xr-x 1 root wheel 69 Dec 29 14:37 /usr/local/bin/python3 -> ../../../Library/Frameworks/Python.framework/Versions/3.9/bin/python3 On Tue, Dec 29, 2020 at 4:04 PM Amardeep Singh wrote: > Hi All, > > I was able to fix it but one thing i am not getting. > it is buildin

Re: [Numpy-discussion] Help needed GDB

2020-12-29 Thread Amardeep Singh
Hi All, I was able to fix it but one thing i am not getting. it is building with python 2. I need python 3 enabled gdb. ./configure --with-python. --> how to make it to use python 3 installed on my machine? thx On Tue, Dec 29, 2020 at 1:55 PM Amardeep Singh wrote: > Hi All, &g

[Numpy-discussion] Help needed GDB

2020-12-28 Thread Amardeep Singh
Hi All, I am trying to debug c code of numpy via gdb.Can someone help me with this? i am getting " Python scripting is not supported in this copy of GDB". How to install python supported gdb on win10? https://numpy.org/doc/stable/dev/development_environment.html I am following the steps in the

Re: [Numpy-discussion] help needed

2020-10-24 Thread Amardeep Singh
code signing. thx On Sat, Oct 24, 2020 at 5:38 AM Amardeep Singh wrote: > How do you use the debug enabled cpython on mac.i guess we need it. > You build cpython from source? > > this is mytest.py file > > import numpy as np > x = np.arange(5) > np.empty_like(x) > &

Re: [Numpy-discussion] help needed

2020-10-23 Thread Amardeep Singh
... (No debugging symbols found in python3) (gdb) sh-3.2# which python3 /Library/Frameworks/Python.framework/Versions/3.7/bin/python3 sh-3.2# On Sat, Oct 24, 2020 at 2:09 AM Sebastian Berg wrote: > On Sat, 2020-10-24 at 01:50 +0800, Amardeep Singh wrote: > > Hi All > >

[Numpy-discussion] help needed

2020-10-23 Thread Amardeep Singh
Hi All I am a new joiner.Using macbook. Can someone please guide me how to debug numpy using clion? I am able to build not sure about debugging the c code. ProductName: Mac OS X ProductVersion: 10.15.7 BuildVersion: 19H2 thx ___ NumPy-Discussion mai