Closed JKBehrens closed 8 years ago
Hey JK, this is interesting. past should have been installed when you pip installed pyGPs. In any case, the repository is https://pypi.python.org/pypi/past/ and denotes an ability to write both python 2/3 code. Thanks. I will check the setup.py file to see if this is the case.
Thanks for that hint, @mathDR! I installed future (I was looking for past before) via pip and now I am able to import pyGPs. Please feel free to close this Issue. Maybe I overlooked an error while installing. All the best! Jan
Okay Jan, I updated the setup.py file, so after a git clone, running
python setup.py install
will install future if it isn't already in your path.
Hello
I installed pyGPs using your script and also tried all the other ways (pip, cloning) mentioned in your manual. I'm working on Ubuntu 14.04 and python 2.7.6.
When I try to import pyGPs, I get an error that past.utils is missing. You are using this on several locations.... and I can't find anything except your code about it on google.
Thank you! Jan