EricaSkerrett / bme590final

Final project (image processing)
GNU General Public License v3.0
0 stars 1 forks source link

Unable to run final.py due to Error with using Matplotlib on OSX #59

Closed RoujiaW closed 5 years ago

RoujiaW commented 5 years ago

Hi @EricaSkerrett @sputney13, I cannot run the final.py code on my mac due to this import error: ImportError: Python is not installed as a framework. The Mac OS X backend will not be able to function correctly if Python is not installed as a framework. See the Python documentation for more information on installing Python as a framework on Mac OS X. Please either reinstall Python as a framework, or try one of the other backends. If you are using (Ana)Conda please install python.app and replace the use of 'python' with 'pythonw'. See 'Working with Matplotlib on OSX' in the Matplotlib FAQ for more information. I starting put client.py file into GUI and want to test my code but I cannot run the server.

RoujiaW commented 5 years ago

It is the same error I had before. Is it possible to have the current version server running on the VCM so that I can access it without having to run on my own laptop?

RoujiaW commented 5 years ago

we are running the current server on VCM to get away with it,