Ask Your Question
0

Error with Solve() on Mac OS X 10.11.6

asked 2016-09-05 04:29:04 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

Hello,

Downloaded Sage 7.3 (the ...64.app.dmg download) for the first time and learning the interface. I tried to solve a nonlinear equation of some complexity and got an error. I followed up with the following example from the Sage 7.3 tutorial manual:

g = var('g')
solve(g^2 + 3*g + 2, g)

and received this error (the same error as the equation of some complexity)

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_60.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("WF9BID0gdmFyKCdYX0EnKQpERVEgPSAoRl9hMCkqKFhfQSkgPT0gVl9jCnNvbHZlKFtERVFdLCBYX0Ep"),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>

  File "/private/var/folders/61/8zfqb4g12xl87lp5x2sk4g_r0000gn/T/tmpQtR_UQ/___code___.py", line 4, in <module>
    exec compile(u'solve([DEQ], X_A)
  File "", line 1, in <module>

  File "/Applications/SageMath-7.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/sage/symbolic/relation.py", line 810, in solve
    return f[0].solve(*args,**kwds)
  File "sage/symbolic/expression.pyx", line 10679, in sage.symbolic.expression.Expression.solve (/Applications/SageMath-7.3.app/Contents/Resources/sage/src/build/cythonized/sage/symbolic/expression.cpp:53735)
  File "sage/symbolic/expression.pyx", line 802, in sage.symbolic.expression.Expression._maxima_ (/Applications/SageMath-7.3.app/Contents/Resources/sage/src/build/cythonized/sage/symbolic/expression.cpp:7281)
  File "sage/structure/sage_object.pyx", line 673, in sage.structure.sage_object.SageObject._interface_ (/Applications/SageMath-7.3.app/Contents/Resources/sage/src/build/cythonized/sage/structure/sage_object.c:5506)
  File "sage/misc/lazy_import.pyx", line 354, in sage.misc.lazy_import.LazyImport.__getattr__ (/Applications/SageMath-7.3.app/Contents/Resources/sage/src/build/cythonized/sage/misc/lazy_import.c:3486)
  File "sage/misc/lazy_import.pyx", line 246, in sage.misc.lazy_import.LazyImport._get_object (/Applications/SageMath-7.3.app/Contents/Resources/sage/src/build/cythonized/sage/misc/lazy_import.c:2241)
  File "/Applications/SageMath-7.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/sage/interfaces/maxima_lib.py", line 105, in <module>
    ecl_eval("(set-locale-subdir)")
  File "sage/libs/ecl.pyx", line 1315, in sage.libs.ecl.ecl_eval (/Applications/SageMath-7.3.app/Contents/Resources/sage/src/build/cythonized/sage/libs/ecl.c:10158)
  File "sage/libs/ecl.pyx", line 1330, in sage.libs.ecl.ecl_eval (/Applications/SageMath-7.3.app/Contents/Resources/sage/src/build/cythonized/sage/libs/ecl.c:10097)
  File "sage/libs/ecl.pyx", line 343, in sage.libs.ecl.ecl_safe_eval (/Applications/SageMath-7.3.app/Contents/Resources/sage/src/build/cythonized/sage/libs/ecl.c:5162)
RuntimeError: ECL says: The function SET-LOCALE-SUBDIR is undefined.

Didn't get much luck with google searches on the exact cause of this, but some sources recommended installing Xcode or iPython, though I do not have any rational to connect the reccomended solution to the original problem.

Update:

I downloaded Xcode 7.3.1 and Command Tools per the instructions,(Command_Line_Tools_OS_X_10.11_for_Xcode_7.3.1).

First I downloaded Command Tools only, and tried Sage, and the result below occurred. Next I downloaded Xcode and initialized Xcode, it did not work ... (more)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-09-05 21:03:08 +0200

Although you shouldn't have to, please try installing the OS X Command Line Tools for Xcode as described here:

http://doc.sagemath.org/html/en/insta...

This error has appeared before and installing these tools solved it. If that works for you, then please replay back so that I can start the process to fix the error again. Thanks!

edit flag offensive delete link more

Comments

I went ahead and added an update in the original problem description, this solution did not work (I followed to the best of my ability)

Neek gravatar imageNeek ( 2016-09-06 00:39:26 +0200 )edit
1

I'm running El Capitan with Xcode and Command Line Tools both installed. I just downloaded the same .dmg file and the extracted .app solves the equation for me, so there should be a way to get it to work for you.

Since you've already installed Xcode, try reinstalling the Command Line Tools with the Terminal command xcode-select --install and give Sage another go. If that doesn't help, then try deleting the .app folder, extract Sage again from the .dmg file and try one more time.

paulmasson gravatar imagepaulmasson ( 2016-09-06 03:45:40 +0200 )edit

Uninstalled then reinstalled command line tools and re-executed. Did not work out.

i moved the sage app from my applications folder to trash then installed sage again, did not work out.

Then i tried

rm -rf "~/.sage/"

without quotes on sage and then opened sage, tried again, and it worked out.

Thanks for the help.

Neek gravatar imageNeek ( 2016-09-06 22:32:58 +0200 )edit

Glad you got it working. This error is now https://trac.sagemath.org/ticket/21443.

paulmasson gravatar imagepaulmasson ( 2016-09-08 05:22:29 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2016-09-05 04:29:04 +0200

Seen: 586 times

Last updated: Sep 06 '16