python is not running the program in sublime 3

0

No program is running since I install and install anaconda on my mac. I get the following error. I hope someone can help me.

  

Failed to import the site module Traceback (most recent call last):
  File "/Users/felipelopezrestrepo/anaconda3/lib/python3.6/site.py",   line 541, in       main () File "/Users/felipelopezrestrepo/anaconda3/lib/python3.6/site.py", line   522, in main       known_paths = addusersitepackages (known_paths) File "/Users/felipelopezrestrepo/anaconda3/lib/python3.6/site.py", line   282, in addusersitepackages       user_site = getusersitepackages () File "/Users/felipelopezrestrepo/anaconda3/lib/python3.6/site.py", line   258, in getusersitepackages       user_base = getuserbase () # this will also set USER_BASE File "/Users/felipelopezrestrepo/anaconda3/lib/python3.6/site.py", line   248, in getuserbase       USER_BASE = get_config_var ('userbase') File "/Users/felipelopezrestrepo/anaconda3/lib/python3.6/sysconfig.py",   line 608, in get_config_var       return get_config_vars (). get (name) File "/Users/felipelopezrestrepo/anaconda3/lib/python3.6/sysconfig.py",   line 557, in get_config_vars       _init_posix (_CONFIG_VARS) File "/Users/felipelopezrestrepo/anaconda3/lib/python3.6/sysconfig.py",   line 428, in _init_posix       _temp = import (name, globals (), locals (), ['build_time_vars'], 0) ModuleNotFoundError: No module named   '_sysconfigdata_m_darwin_darwin'

    
asked by Felipe Lopez Restrepo 02.06.2018 в 06:29
source

0 answers