Open sgujjaABM opened 3 years ago
Please see the python trace below:
visit_decref + 13 frame #1: 0x00000001000a0c37 python
tupletraverse + 55
frame #2: 0x00000001001c1e73 pythoncollect + 291 frame #3: 0x00000001001c3546 python
_PyObject_GC_Alloc + 310
frame #4: 0x00000001000a1ac5 pythonPyTuple_New + 277 frame #5: 0x000000010018b46f python
r_object + 559
frame #6: 0x000000010018b7c8 pythonr_object + 1416 frame #7: 0x000000010018b4a8 python
r_object + 616
frame #8: 0x000000010018b7b0 pythonr_object + 1392 frame #9: 0x000000010018b4a8 python
r_object + 616
frame #10: 0x000000010018b7b0 pythonr_object + 1392 frame #11: 0x000000010018e385 python
marshal_loads + 309
frame #12: 0x000000010008755e pythonPyCFunction_Call + 62 frame #13: 0x000000010014eec7 python
PyEval_EvalFrameEx + 18583
Hi,
I am trying to install the package using the conda command, however I am getting an error when I import it:
import skchem Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
Can you please help.
Thanks