Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 16714

Segmentation fault (core dumped) when launching python in anaconda

$
0
0

When I tried to create a virtual environment using miniconda command 'conda create -n py37 python=3.7', I encountered some problem when I tried to launch python in the virtual environment using command 'python'.

It seems python cannot be launched appropriately in the terminal. The error info is listed as followed:

(py37) bash-4.2$ pythonPython 3.7.13 (default, Oct 18 2022, 18:57:03)[GCC 11.2.0] :: Anaconda, Inc. on linuxType "help", "copyright", "credits" or "license" for more information.Segmentation fault (core dumped)

I tried several methods including creating another environment, using the command 'conda clean', even reinstall the miniconda3, but nothing works.

Everything seems to be normal under the python outside the conda env.

Anyone knows how to solve this problem?


Viewing all articles
Browse latest Browse all 16714

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>