Ok Derek. I'll try to connect with their author or try to update myself. Thank you for your reply.
On Tuesday, 24 September 2019 11:34:57 UTC+5:30, Derek wrote: > > One suggestion would be to contact the author and ask for an update. Given > its a university project, there is a good chance it won't have been. > > In that case, because its licensed under GNU, you should be able to upload > a copy onto GitHub. Then fork that copy and create a new Python 3 > compatible version. This is how FOSS works - "stand on the shoulders of > giants". > > On Mon, 23 Sep 2019 at 00:17, Savin Beniwal <[email protected] > <javascript:>> wrote: > >> Hey All >> >> I have a query regarding Python-2.x and Python-3.x. Currently, I'm >> working with statistical technics in cosmology called the *Gaussian >> Process*. For this, I'm using a python package GaPP [Link] >> <http://www.acgc.uct.ac.za/~seikel/GAPP/index.html>. This package was >> written in python-2.x. When I run this in my python-3.7. Gives me the >> following error: >> >> ImportError: cannot import name 'dgp' from 'gapp' (/anaconda3/lib/python3 >> .7/site-packages/gapp/__init__.py) >> >> That means this is not working with python 3.7 directly. *I want to know >> is there any way to run this package in Python-3.7? *Because Python 2.7 >> will retire in Dec 2019, but I have to work later also with that. Please >> help me to fix this package into python-3.7 >> >> >> I am eagerly waiting for your reply. >> With Regards!!! >> >> -- >> You received this message because you are subscribed to the Google Groups >> "spyder" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/spyderlib/a6ffde69-bde0-47ad-ad6b-b3b8c98cf35e%40googlegroups.com >> >> <https://groups.google.com/d/msgid/spyderlib/a6ffde69-bde0-47ad-ad6b-b3b8c98cf35e%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/f67724ea-e8ed-4f73-bbf3-4679a39e9917%40googlegroups.com.
