openai / go-vncdriver

Fast VNC driver
MIT License
123 stars 60 forks source link

pip install fails when pulling from PyPI (OSX 10.11.6) #32

Open Marviel opened 6 years ago

Marviel commented 6 years ago

When installing via pip install go-vncdriver I ran into some arcane issues for which i cannot paste the exact console output, because I cannot reproduce them after my successful install.. but the gist of it looked something like: dsymutil invalid abbreviation code

I'm not sure what the difference is between the PyPI repo, but when I installed from source via the instructions in the README.md, I had no issue installing go-vncdriver.

I suspect that the PyPI installer script may have some differences, but I do not know the details on how these things are supposed to work.