It looks like the Python you are running is not the one in the conda
environment. Make sure Python is installed there and that when you
type "python" that it starts the one in that environment (you can
check with 'import sys;sys.prefix').

Aaron Meurer

On Thu, Jan 14, 2016 at 11:36 AM, Joseph Morgan
<[email protected]> wrote:
> (sympy35) ~/Desktop//sympy $ setupegg.py develop
> Failed to import the site module
> Traceback (most recent call last):
>   File "/usr/lib/python3.5/site.py", line 587, in <module>
>     main()
>   File "/usr/lib/python3.5/site.py", line 573, in main
>     known_paths = addusersitepackages(known_paths)
>   File "/usr/lib/python3.5/site.py", line 287, in addusersitepackages
>     user_site = getusersitepackages()
>   File "/usr/lib/python3.5/site.py", line 263, in getusersitepackages
>     user_base = getuserbase() # this will also set USER_BASE
>   File "/usr/lib/python3.5/site.py", line 253, in getuserbase
>     USER_BASE = get_config_var('userbase')
>   File "/usr/lib/python3.5/sysconfig.py", line 595, in get_config_var
>     return get_config_vars().get(name)
>   File "/usr/lib/python3.5/sysconfig.py", line 538, in get_config_vars
>     _init_posix(_CONFIG_VARS)
>   File "/usr/lib/python3.5/sysconfig.py", line 410, in _init_posix
>     from _sysconfigdata import build_time_vars
>   File "/usr/lib/python3.5/_sysconfigdata.py", line 4, in <module>
>     _sysconfigdata = importlib.import_module("_sysconfigdata_%s" %
> sys.abiflags)
>   File "/usr/lib/python3.5/importlib/__init__.py", line 126, in
> import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> ImportError: No module named '_sysconfigdata_m'
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sympy.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/360c069b-74f6-4ed6-8e62-ae05960cb8f0%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6L025kOwffGbADSq3qA%2BnXMRfAMABpbBY%2BTD4DALcBt6g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to