pupil-labs / pyglui

cython powered OpenGL gui that works with glfw
MIT License
29 stars 20 forks source link

Mac OS Setup.py install 'ios' file not found #104

Open JamesSeddon opened 5 years ago

JamesSeddon commented 5 years ago

While running setup.py install I encounter a crash with a fatal error of "'ios' file not found"

Any help would be greatly appreciated, thanks!

papr commented 5 years ago

I think @Windsooon has encountered this while installing pyglui on macOS as well. We were not able to locate the cause of this issue yet.

Which hardware and operating system version do you use?

JamesSeddon commented 5 years ago

I'm on a MacBook Pro (Mid 2012) running Mojave (10.14.1)

Thanks again for a quick reply!

mikkeyboi commented 5 years ago

Sorry for digging up an old issue, but I came across this issue while building from source. The main reason for this was my conda environment was conflicting with python regulated by homebrew. I added CFLAGS='-stdlib=libc++' and was able to get past this error (if you want to use conda and have it in .bash_profile). Addressing issues from brew doctor may also help.

My current setup is on macOS Mojave Version 10.14.4.

guhshia commented 4 years ago

I had this problem and was able to fix it. Turned out the setup.py is in a different directory. I simply changed into the correct directory and the .py files works fine.