We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After running pip install pyOSC or ./setup.py install on ubuntu 16.04 and mint 18.2 we get the following error preventing installation.
pip install pyOSC
./setup.py install
Collecting pyOSC Downloading https://files.pythonhosted.org/packages/7c/e4/6abb118cf110813a7922119ed0d53e5fe51c570296785ec2a39f37606d85/pyOSC-0.3.5b-5294.tar.gz ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-g9knkxpt/pyOSC/setup.py'"'"'; __file__='"'"'/tmp/pip-install-g9knkxpt/pyOSC/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-g9knkxpt/pyOSC/pip-egg-info cwd: /tmp/pip-install-g9knkxpt/pyOSC/ Complete output (8 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-g9knkxpt/pyOSC/setup.py", line 5, in <module> import OSC File "/tmp/pip-install-g9knkxpt/pyOSC/OSC.py", line 735 binary = struct.pack('>ll', 0L, 1L) ^ SyntaxError: invalid syntax ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered:
+1 - seeing the same error, any update?
Sorry, something went wrong.
Same error. Any ideas on how to fix this?
Solution:
pip install pyOSC3
No branches or pull requests
After running
pip install pyOSC
or./setup.py install
on ubuntu 16.04 and mint 18.2 we get the following error preventing installation.The text was updated successfully, but these errors were encountered: