[Numpy-discussion] help

2024-10-02 Thread Usha Gayatri via NumPy-Discussion
I am working on a Jupyter notebook in Anaconda Navigator. I have done some projects in 2021, 2022,2023 and 2024. When I run my old project which was created in 2021. it is giving errors.I am just testing import numpy as np import pandas as pd which is giving an error. File E:\anaconda3\Lib\site-pa

[Numpy-discussion] help wanted to review Portuguese translation

2022-11-15 Thread Inessa Pawson
Angélica Cardozo took initiative to translate into Portuguese the subtitles for the video “Find your way in the NumPy codebase” ( https://www.youtube.com/watch?v=mTWpBf1zewc) posted on the official NumPy YouTube channel (https://www.youtube.com/c/NumPy_team). We are currently looking for a contribu

[Numpy-discussion] help wanted to review Portuguese translation

2022-08-24 Thread Inessa Pawson
Angélica Cardozo took initiative to translate into Portuguese the subtitles for the video “Find your way in the NumPy codebase” ( https://www.youtube.com/watch?v=mTWpBf1zewc) posted on the official NumPy YouTube channel (https://www.youtube.com/c/NumPy_team).🎉 We are currently looking for a contri

[Numpy-discussion] help with PyArrayInterface

2021-12-21 Thread bloring
I would like to make a C++ data structure that internally has a contiguous buffer look like a Numpy array via the numpy ArrayInterface. I already have this structure wrapped and usable in Python and things seem fairly straight forward except I am not sure about the typekind field of the PyArrayI

Re: [Numpy-discussion] Help Regarding Debugging Cython Code

2021-09-05 Thread Matti Picus
On 5/9/21 12:55 pm, Amardeep Singh wrote: 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 There are a number of ways to set

[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
Hi Apologies Once last issue is pending.Any pointers are helpful. I am following the below docs. Next you need to write a Python script that invokes the C code whose execution you want to debug. For instance mytest.py: import numpy as npx = np.arange(5)np.empty_like(x) Now, you can run: $ g

Re: [Numpy-discussion] Help needed GDB

2020-12-29 Thread Amardeep Singh
Hi All I was able to fix. >import sys >print(sys.version_info) >end sys.version_info(major=3, minor=9, micro=1, releaselevel='final', serial=0) (gdb) quit https://github.com/crosstool-ng/crosstool-ng/issues/1308 this was the issue. The solution is to open /gdb/python/python-config.py

Re: [Numpy-discussion] Help needed GDB

2020-12-29 Thread Amardeep Singh
Hi All when i. try to use python3 installed on my macbook i get this. checking for libmpfr... no configure: WARNING: MPFR is missing or unusable; some features may be unavailable. checking whether to use python... /usr/local/bin/python3 checking for python... no configure: error: no usable py

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, > > I am try

[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
Hi All, Thx.Debug enabled build worked fine on windows10.Also python for macos does not give option to install debug enabled build . I was able to build and debug via clion on windows not on mac. lldb did not work for me on mac.Not sure why.seems gdb has some version issues with macos even after c

Re: [Numpy-discussion] help needed

2020-10-23 Thread Amardeep Singh
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) i run this command gdb --args python3 runtests.py -g --python3 mytest.py i get this Reading symbols from python3... (N

Re: [Numpy-discussion] help needed

2020-10-23 Thread Sebastian Berg
On Sat, 2020-10-24 at 01:50 +0800, Amardeep Singh wrote: > 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:

[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

Re: [Numpy-discussion] Help us to make NumPy better

2020-07-03 Thread Inessa Pawson
On Fri, Jul 3, 2020 at 5:45 PM wrote: > > -- Forwarded message -- > From: Inessa Pawson > To: numpy-discussion@python.org > Cc: > Bcc: > Date: Fri, 3 Jul 2020 12:12:00 +1000 > Subject: [Numpy-discussion] Help us to make NumPy better > > Yes

[Numpy-discussion] Help us to make NumPy better

2020-07-02 Thread Inessa Pawson
Yes, it’s a survey. But it’s very important. Having limited human and financial resources is a common challenge for open source projects. NumPy is not an exception. Please join this structured dialogue with the NumPy leadership team to better guide and prioritize decision-making about the developm

[Numpy-discussion] help translating Bangla into English

2020-06-18 Thread Inessa Pawson
We are two weeks away from the inaugural NumPy community survey going live. Currently, we are looking for a volunteer to help with the back translation of the Bangla version of the survey questionnaire (Bangla into English). If you are available, please leave a comment here: https://github.com/nump

Re: [Numpy-discussion] help translating Hindi into English

2020-05-21 Thread Siddhartha Kapoor
Hey Inessa I am Siddharth Kapoor, and Hindi is my native language. I feel I can surely help with this project. Please let me know for any further details since I'm quite comfortable with Hindi and English. Regards Siddharth Kapoor Senior Undergraduate Dept of Electronics and Communication Engine

[Numpy-discussion] help translating Hindi into English

2020-05-21 Thread Inessa Pawson
The initial stage of the NumPy community survey project in partnership with the students and faculty from the Master’s program in Survey Methodology at the University of Michigan and the University of Maryland has been successfully completed. Currently, we are looking for a volunteer to help with

[Numpy-discussion] help translating into Spanish

2020-05-18 Thread Inessa Pawson
The initial stage of the NumPy community survey project in partnership with the students and faculty from the Master’s program in Survey Methodology at the University of Michigan and the University of Maryland has been successfully completed. Currently, we are looking for a volunteer to translate t

[Numpy-discussion] help translating into Russian

2020-02-28 Thread Inessa Pawson
Our collaboration with the students and faculty from the Master’s program in Survey Methodology at the University of Michigan and the University of Maryland is underway. We are looking for a volunteer to translate the survey questionnaire into Russian. If you are available, or you know someone who

[Numpy-discussion] help translating into Hindi

2020-02-26 Thread Inessa Pawson
Our collaboration with the students and faculty from the Master’s program in Survey Methodology at the University of Michigan and the University of Maryland at College Park is underway. We are looking for a volunteer to translate the survey questionnaire into Hindi. If you are available, or you kno