-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Reference KNOWN_ISSUES.md in README.md - Minor formatting changes
- Loading branch information
Showing
2 changed files
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Known Issues | ||
|
||
## [Matplotlib issue on Mac when using (Ana)conda](issue26) | ||
#### Platform: | ||
(Ana)conda/macOS | ||
|
||
#### Steps to reproduce: | ||
1. `python virtualscanner/coms/coms_ui/coms_server_flask.py` | ||
|
||
#### Expected behaviour: | ||
The Virtual Scanner browser app is functional on the browser at the localhost | ||
address. | ||
|
||
#### Observed behaviour: | ||
> 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. | ||
#### Fix: | ||
1. `echo "backend: TkAgg" >> ~/.matplotlib/matplotlibrc` | ||
|
||
#### Notes: | ||
https://github.com/scikit-optimize/scikit-optimize/issues/637#issuecomment-369730420 | ||
|
||
[issue26]: https://github.com/imr-framework/virtual-scanner/issues/26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters