You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the app in PyCharm the following error is given:
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.
This is related to matplotlib within he multicloudplot.py file.
To Reproduce
Steps to reproduce the behavior:
Run the app on a clean install and fresh environment. Error should occur.
Expected behavior
The app will not run, instead displaying:
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.
Screenshots
N/A
Desktop (please complete the following information):
OS: MacOS Sierra
Browser: N/A
Version: N/A
Additional context
Will fix in a new branch
The text was updated successfully, but these errors were encountered:
v0.1 pre-release
* Minimal code (#2)
* Setting up github... added requirements.txt to enable dependency tree
* First CI test (#3)
* Minimal set of files to get tests passing #1
* Config to trigger travis
* Remaining code (#7)
* Uses setup.py (#10)
* Corrected license
* bug: backend matplotlib so that it works with Pycharm. Fixes issue #12. (#13)
* feat: now shows the number of patents analysed for cpc classification
* feat: updated ReadME. Uploaded outputs for ReadME. Also moved fdg outputs to outputs/fdg folder not fdg folder in root directory (cleaner)
* Experimenting with code coverage #9 (#17)
Describe the bug
When using the app in PyCharm the following error is given:
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.
This is related to matplotlib within he multicloudplot.py file.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app will not run, instead displaying:
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.
Screenshots
N/A
Desktop (please complete the following information):
Additional context
Will fix in a new branch
The text was updated successfully, but these errors were encountered: