Telecominfraproject / oopt-gnpy

Optical Route Planning Library, Based on a Gaussian Noise Model
http://telecominfraproject.com
BSD 3-Clause "New" or "Revised" License
198 stars 87 forks source link

Installation problem with gnpy as per instructions on https://gnpy.readthedocs.io/en/master/install.html#installing-the-python-package #433

Closed superpositon closed 2 years ago

superpositon commented 2 years ago

Describe the bug

Conda cannot resolve the command $ git clone https://github.com/Telecominfraproject/oopt-gnpy

Screenshots image

Environment:

Additional context Do i need to be a member of TIP, I am a independent enthusiast. Kindly help , thanks in advance. Martin.

jktjkt commented 2 years ago

Hello, there are many ways on how to install GNPy. If you're interested just in trying it out, getting the Docker container is probably the easiest option. If you want to install the latest development release, it is required to install Git as well. However, it is also possible to simply install the Python package via invoking pip install gnpy (instead of git clone ..., cd ... and pip install ...).

superpositon commented 2 years ago

Hello, there are many ways on how to install GNPy. If you're interested just in trying it out, getting the Docker container is probably the easiest option. If you want to install the latest development release, it is required to install Git as well. However, it is also possible to simply install the Python package via invoking pip install gnpy (instead of git clone ..., cd ... and pip install ...).

Thanks alot, I used pip install and have gnpy working . I am currently reading your co-authored paper 'GNPy: an open source application for physical layer aware open optical networks'. Hope it can get me started on gnpy. If you are aware of any material out there that can further help, will be glad to help. Cheers. Martin.

jktjkt commented 2 years ago

We have some howto videos, see this discussion. We're in process of refreshing that information (some command names have changed, etc), but these videos should get you going.