-
Notifications
You must be signed in to change notification settings - Fork 11
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
Make the NetIP Python library installable with PIP #43
Comments
Edit: fp7-netide/IDE#7 could be solved really easily if we do this. |
Ok, good point. However, the current netip library should not be placed "somewhere" as you said, but it should be installed along with the Ryu framework as described in the ryu-backend and ryu-shim READMEs. That installation procedure avoids any problem with Ryu. |
Hm can't the netip python library be installed as separate library? There seem no reason for it to be installed in the ryu path. |
Good point. However, is it a real showstopper? Brpa
|
Again, when I am done with more urgent things, I will create this pip library. In the meantime, I don't think this is a real issue. --rob |
Currently, the Python NetIP library is just a module in a path "somewhere". Usually that path is
~/Engine/libraries/netip/python
, but I think that is a bit brittle. This also makes it hard to reliably tell Python where it can find the library. The$PYTHONPATH
hack we're using right now works for interactive shells but fails for example for things like Ansible-deployments.Are there any reasons we shouldn't install the library with Pip?
The text was updated successfully, but these errors were encountered: