-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using pip requirements installation #19
Comments
Hello there. If rtree is giving you issues, you can safely remove it from requirements.txt. It's only used in one of the adjacent utilities we use, not in psims itself. |
Hi David and thank you for the answer, it worked ! When I try to use gfortran instead of ifort in the pSIMS ramework, I have to remove the '--fixed' option and I have an error (see below). Any idea ? -- D STDPATH = 'D:\DSSAT46'
Fatal Error: Can't open module file ‘moduledefs.mod’ for reading at (1): Aucun fichier ou dossier de ce type |
I know some people have successfully used gfortran to compile dssat, but I've never been able to get that to work so I'm not sure what's involved. You could try reaching out to the dssat group and see if they have any advice on how to do that. Another option would be to download and install a trial version of ifort, compile dssat, then uninstall ifort when the trial expires. |
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
The text was updated successfully, but these errors were encountered: