[pypy-dev] Importing error in pypy

2019-07-24 Thread Nabil Memon
Hi Dears, I am currently using pypy(pypy-7.0.0-linux_x86_64-portable) and I am facing some issues using it. I installed pip, cython and numpy using commands: $ ./pypy-xxx/bin/pypy -m ensurepip $ ./pypy-xxx/bin/pip install cython numpy After that, I installed one package *"pysubnettree" *thorough

[pypy-dev] Segfault observed while loading dynamic library in (pypy-7.0.0-linux_x86_64-portable)

2019-07-24 Thread Nabil Memon
Editing the subject. On Wed, Jul 24, 2019 at 11:39 AM Nabil Memon wrote: > Hi Dears, > > I am currently using pypy(pypy-7.0.0-linux_x86_64-portable) and I am > facing some issues using it. > I installed pip, cython and numpy using commands: > $ ./pypy-xxx/bin/pypy -m ensure

Re: [pypy-dev] Segfault observed while loading dynamic library in (pypy-7.0.0-linux_x86_64-portable)

2019-07-25 Thread Nabil Memon
, > > On Wed, 24 Jul 2019 at 09:02, Nabil Memon wrote: > >> I am currently using pypy(pypy-7.0.0-linux_x86_64-portable) and I am > facing some issues using it. > >> I installed pip, cython and numpy using commands: > >> $ ./pypy-xxx/bin/pypy -m ensurepip &g

Re: [pypy-dev] Segfault observed while loading dynamic library in (pypy-7.0.0-linux_x86_64-portable)

2019-07-29 Thread Nabil Memon
Awesome, thanks! On Thu, Jul 25, 2019 at 8:52 PM Armin Rigo wrote: > Hi again, > > On Thu, 25 Jul 2019 at 16:53, Nabil Memon wrote: > > I did figure out the workaround by not importing this cpyext module at > first. > > Cool. In the meantime I managed to sneak