I'm using Sagemath in Jupyter lab. Some of my cells contain cython code, and I keep getting the following warnings:
ld: warning: duplicate -rpath '/private/var/tmp/sage-10.3-current/local/lib' ignored
ld: warning: duplicate -rpath '/private/var/tmp/sage-10.3-current/local/lib' ignored
ld: warning: duplicate -rpath '/private/var/tmp/sage-10.3-current/local/lib' ignored
ld: warning: duplicate -rpath '/private/var/tmp/sage-10.3-current/local/lib' ignored
ld: warning: passed two min versions (10.9, 10.9) for platform macOS. Using 10.9.
ld: warning: passed two min versions (10.9, 10.9) for platform macOS. Using 10.9.
I'm a bit new to this, and I'm not sure what these warnings mean or what I'm supposed to do.
Any advice would be appreciated. Thanks. Eric