You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
notice the manual inclusion of '-ludunits2' to get it to link,
2. but gradspy fails with undefined symbol below:
sudo make install
cd src
sudo python3 setup.py install
python3
Python 3.6.9 (default, Oct 8 2020, 12:12:24)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import gradspy
/usr/local/lib/libgradspy.so: undefined symbol: ut_ignore
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: initialization of gradspy failed without raising an exception
The text was updated successfully, but these errors were encountered:
Look like I've run into two issues with building on Ubuntu 18.04.
but linking like this works by manually adding -ludunits2 to the link command
notice the manual inclusion of '-ludunits2' to get it to link,
2. but gradspy fails with undefined symbol below:
The text was updated successfully, but these errors were encountered: