Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
wait ... you can get a core dumped (segmentation fault) in python?
Or is that in the cpp libraries required for numpy (which should be installed by pip and as such should not give a cpp error anyway)? Either way sounds super weird =S -
Some of numpy is in c or c++ for efficiency.
Issues like this are why I use Anaconda. -
@starless @Rshman1903 I already mentioned in my original comment that I know that numpy uses cpp (C++), what I was asking about is how could he get a seg fault from running a python program, eventhough the underlying uses cpp, unless it was just passing along the error which I don't think it would do ...
-
@starless i am using anaconda... But can i revert back to the environment that i was using before?
-
@Rshman1903 I'm not sure. I imagine you could do a full rollback, but maybe not a piece wise fix. I can only speak to individual package installation issues in Linux boxes, fwiw.
-
m93mark2758yThis is when git saves lots of time if you want to go back, or you can just keep a release branch where everything is working and one where you implement new features that will be merged when ready
Related Rants
Finally program running perfectly 👍
But wait.... Lets add another feature...
New feature needs updated matplotlib...
Update matplotlib😒
Lost support with numpy😫🤔
Updated numpy 😫
Run program again...
Core dumped (segmentation fault)😶😶
Time to leave this planet
undefined
python
frustrated dev
matplotlibsucks