Hello,
I am trying to install pDSSAT and I have an error that occurs at the very beginning when I try to install requirements : 'pip install -r requirements.txt'
I am using Ubintu 16.04.
Any help is welcome. Below you will find the traceback of the call.
Best regards
Ronan
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-RjdBTr/Rtree/setup.py", line 4, in
import rtree
File "rtree/init.py", line 1, in
from .index import Rtree
File "rtree/index.py", line 6, in
from . import core
File "rtree/core.py", line 110, in
rt.Error_GetLastErrorNum.restype = ctypes.c_int
File "/usr/lib/python2.7/ctypes/init.py", line 375, in getattr
func = self.getitem(name)
File "/usr/lib/python2.7/ctypes/init.py", line 380, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/bin/python: undefined symbol: Error_GetLastErrorNum
Hello,
I am trying to install pDSSAT and I have an error that occurs at the very beginning when I try to install requirements : 'pip install -r requirements.txt'
I am using Ubintu 16.04.
Any help is welcome. Below you will find the traceback of the call.
Best regards
Ronan
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-RjdBTr/Rtree/setup.py", line 4, in
import rtree
File "rtree/init.py", line 1, in
from .index import Rtree
File "rtree/index.py", line 6, in
from . import core
File "rtree/core.py", line 110, in
rt.Error_GetLastErrorNum.restype = ctypes.c_int
File "/usr/lib/python2.7/ctypes/init.py", line 375, in getattr
func = self.getitem(name)
File "/usr/lib/python2.7/ctypes/init.py", line 380, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/bin/python: undefined symbol: Error_GetLastErrorNum