Skip to content
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

Error on install #12

Open
chrisnonfer opened this issue Nov 8, 2019 · 3 comments
Open

Error on install #12

chrisnonfer opened this issue Nov 8, 2019 · 3 comments

Comments

@chrisnonfer
Copy link

After running pip install pyOSC or ./setup.py install on ubuntu 16.04 and mint 18.2 we get the following error preventing installation.

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.
@suyashcjoshi
Copy link

+1 - seeing the same error, any update?

@flolu
Copy link

flolu commented Apr 15, 2022

Same error. Any ideas on how to fix this?

@zealtv
Copy link

zealtv commented Apr 24, 2024

Solution:

pip install pyOSC3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants