Ask Your Question

mignonph75's profile - activity

2021-11-04 21:36:58 +0200 edited question why canonicalize_radical() gives a wrong answer ?

why canonicalize_radical() gives a wrong answer ? Hello, Here is the script : var('epsilon t') y=function('y')(t)

2021-11-04 21:30:54 +0200 asked a question why canonicalize_radical() gives a wrong answer ?

why canonicalize_radical() gives a wrong answer ? Hello, Here is the script : var('epsilon t') y=function('y')(t)

2021-02-09 23:57:04 +0200 received badge  Student (source)
2021-02-04 07:55:08 +0200 received badge  Famous Question (source)
2020-11-17 08:59:12 +0200 received badge  Notable Question (source)
2020-11-09 08:33:12 +0200 received badge  Popular Question (source)
2020-11-05 17:53:29 +0200 commented question SageMath-9.2 does not start with Jupyter on macOS 10.15.7

Issue Solved

See [https://groups.google.com/g/sage-support/c/2W6marXdOhg (https://groups.google.com/g/sage-supp...)]

2020-11-04 20:14:59 +0200 commented question SageMath-9.2 does not start with Jupyter on macOS 10.15.7

Thank you for helping me.

I followed the instructions at the end of ./configure output

I get ld: warning: ignoring file ./.libs/libtuneup-s1.a, building for macOS-x86_64 but attempting to link with file built for unknown-unsupported file format ( 0x21 0x3C 0x61 0x72 0x63 0x68 0x3E 0x0A 0x2F 0x20 0x20 0x20 0x20 0x20 0x20 0x20 )

Error installing package gf2x-1.3.0

I have also tried to compile sage-9.2 on another partition of my mac : il fails after 4h of compilation for the same reason for one of the last packages.

2020-11-04 07:31:40 +0200 commented question SageMath-9.2 does not start with Jupyter on macOS 10.15.7

Same issue when recompiling sage from sage-9.2.tar.gz

./configure --enable-openssl=yes

make

[patch-2.7.5] ld: symbol(s) not found for architecture x86_64

Since I have macports and hombres installed , I did

sudo mv /opt/local /opt/local_old

sudo mv /usr/local/Homebrew /usr/local/Homebrew_old

before typing make for sage

I don't know what is the cause of this in my system.

2020-11-03 20:57:39 +0200 received badge  Editor (source)
2020-11-03 19:14:13 +0200 asked a question SageMath-9.2 does not start with Jupyter on macOS 10.15.7

Hi

After upgrading from SageMath-9.1 to SageMath-9.2,

./sage -n jupyter fails

ModuleNotFoundError: No module named '_ssl'

The Jupyter notebook requires ssl, even if you do not use https. Install the openssl development packages in your system and then rebuild Python (sage -f python3).

I have tried to install ./sage --optional openssl.................................1.1.1g (not_installed) but it has failed :

[openssl-1.1.1g] Undefined symbols for architecture x86_64: .... [openssl-1.1.1g] ld: symbol(s) not found for architecture x86_64 [openssl-1.1.1g] clang: error: linker command failed with exit code 1 (use -v to see invocation)

However openssl is already installed via mac ports :

sudo port installed | grep openssl
openssl @1.1.1g_0 openssl @1.1.1h_0 (active) py36-openssl @19.1.0_1 (active) py38-openssl @19.1.0_1 (active)

Does anyone know how to fix this ?

Thank you