Hi,
I have been using your library a lot recently and it's great. Yesterday I decided to do a clean install of my environment, so I removed my virtual environment and recreated it and installed cython, numpy and pyfasttext.
Ever since I removed the virtual environment and recreated it, whenever I try to import pyfasttext
my python process immediately exits and outputs sigaltstack: Cannot allocate memory.
I have previously removed and re-installed it plenty of times without any issues.
Have you seen or heard about this behavior before?
If I install and run it in a Docker container there is no problem, making me think it might be my python installation that has somehow corrupted. But I have not changed anything inbetween reinstalling pyfasttext. I am running Python 3.5.2 on a Mac with High Sierra 10.13.3, if that helps.
Thanks.
Hi,
I have been using your library a lot recently and it's great. Yesterday I decided to do a clean install of my environment, so I removed my virtual environment and recreated it and installed cython, numpy and pyfasttext.
Ever since I removed the virtual environment and recreated it, whenever I try to import pyfasttext
my python process immediately exits and outputs
sigaltstack: Cannot allocate memory.I have previously removed and re-installed it plenty of times without any issues.
Have you seen or heard about this behavior before?
If I install and run it in a Docker container there is no problem, making me think it might be my python installation that has somehow corrupted. But I have not changed anything inbetween reinstalling pyfasttext. I am running Python 3.5.2 on a Mac with High Sierra 10.13.3, if that helps.
Thanks.