2

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

andrew
  • 4,991
  • 5
  • 24
  • 27
Miya
  • 21
  • 1
  • 2

1 Answers1

3

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

andrew
  • 4,991
  • 5
  • 24
  • 27