Re: [pypy-dev] How to fix pypy3 runtime error ?

2021-11-28 Thread Hao Wang
I think my code doesn't even get through the following snippet : data_pd = pd.read_csv(input_file) cols = [col_0, col_1, col_2] res_pd = data_pd res_pd = res_pd.drop(cols, axis=1) I'd like to know how to close the parser (or what it means) as well. Bravo

Re: [pypy-dev] pip installation for pypy is slow

2021-11-28 Thread Hao Wang
is object is of type 'pandas._libs.parsers.TextReader' Aborted From: pypy-dev on behalf of Matti Picus Sent: Monday, November 29, 2021 12:31 AM To: pypy-dev@python.org Subject: Re: [pypy-dev] pip installation for pypy is slow On 29/11/21 6:01 am, Hao Wang wrote: > De

[pypy-dev] How to fix pypy3 runtime error ?

2021-11-28 Thread Hao Wang
l be freed, making that reference point to garbage. >>> PyPy could contain some workaround to still work if you are lucky, but it is not done so far; better fix the bug in the CPython extension. >>> This object is of type 'pandas._libs.parsers.Text

[pypy-dev] pip installation for pypy is slow

2021-11-28 Thread Hao Wang
Dear pypy-devs, The pip installation of pypy (pypy -m pip install scipy, for example) is slower than python-pip clean. Is there a way to fix this problem ? Bravo! Hao Wang ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman