Help downloading PROS on a Mac

Getting this error when I try and create a program on PROS on my Mac. Help pls?

ERROR - pros.cli.main:main - dlopen(/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Referenced from: /usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so
Reason: image not found
Hide Stack Trace
ImportError: dlopen(/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Referenced from: /usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so
Reason: image not found

Update: Now the only issue is that when I try building a program in PROS it says to upgrade the PROS CLI to 3.1.4 but I already upgraded to 3.1.4 and reinstalled PROS

Putting it out there, PROS is basicly atom. So, if that doesnt get resolved soon, just get atom.

I have no idea what this means

? look up atom, text editor

From your stack trace at the top, it looks like openssl can’t load itself. That’s a bit odd and I haven’t seen it before. You might try this or this as that appears to be your issue if you’re still having trouble with it.

For your update, can you give the exact output with --debug --verbose?

1 Like

The editor is basically atom, yes. He’s having problems with the cli though, which isn’t related.

1 Like