I am trying to install the Python package OSC using pip. It keeps showing up errors of:
Could not find a version that satisfies the requirement osc
I have pip 9.0.1. Do you know this error? How can I install OSC?
Thanks,
Miya
I am trying to install the Python package OSC using pip. It keeps showing up errors of:
Could not find a version that satisfies the requirement osc
I have pip 9.0.1. Do you know this error? How can I install OSC?
Thanks,
Miya
I'm guessing you are trying to install Open Sound Control (OSC). Here is the Python package on PyPI: https://pypi.python.org/pypi/python-osc
To install: pip install python-osc