-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Segmentation fault: 11 #15647
Comments
Hey, this is the MXNet Label Bot. |
Can you please provide some information about your environment?
|
I ran ----------Python Info----------
Version : 3.6.8
Compiler : GCC 8.0.1 20180414 (experimental) [trunk revision 259383
Build : ('default', 'Jan 14 2019 11:02:34')
Arch : ('64bit', '')
------------Pip Info-----------
Version : 19.1.1
Directory : /usr/local/lib/python3.6/dist-packages/pip
----------MXNet Info-----------
Segmentation fault: 11
Segmentation fault (core dumped) |
Please uninstall and reinstall mxnet |
It didn't work that uninstall and reinstall mxnet. I reinstall mxnet many times, please help me. @leezu |
Ok. Then you should uninstall and build from source. Please follow the guide at https://mxnet.apache.org/get_started/ubuntu_setup Your problem could be related to the conda setup. If you don't want to build from source, I suggest you don't use conda and try again to install mxnet with system python. |
Let's track segmentation fault issues in #17043 |
(retinaface) root@docker20:/data2/yanmengkai/face/RetinaFace# pip install mxnet
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already satisfied: mxnet in /root/anaconda3/lib/python3.7/site-packages (1.5.0)
Requirement already satisfied: numpy<2.0.0,>1.16.0 in /root/anaconda3/lib/python3.7/site-packages (from mxnet) (1.16.4)
Requirement already satisfied: graphviz<0.9.0,>=0.8.1 in /root/anaconda3/lib/python3.7/site-packages (from mxnet) (0.8.4)
Requirement already satisfied: requests<3,>=2.20.0 in /root/anaconda3/lib/python3.7/site-packages (from mxnet) (2.22.0)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /root/anaconda3/lib/python3.7/site-packages (from requests<3,>=2.20.0->mxnet) (3.0.4)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /root/anaconda3/lib/python3.7/site-packages (from requests<3,>=2.20.0->mxnet) (1.23)
Requirement already satisfied: idna<2.9,>=2.5 in /root/anaconda3/lib/python3.7/site-packages (from requests<3,>=2.20.0->mxnet) (2.7)
Requirement already satisfied: certifi>=2017.4.17 in /root/anaconda3/lib/python3.7/site-packages (from requests<3,>=2.20.0->mxnet) (2018.8.24)
(retinaface) root@docker20:/data2/yanmengkai/face/RetinaFace# python
Python 3.7.0 (default, Jun 28 2018, 13:15:42)
[GCC 7.2.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
Segmentation fault: 11
Stack trace:
(retinaface) root@docker20:/data2/yanmengkai/face/RetinaFace#
The text was updated successfully, but these errors were encountered: