sublime-anaconda

Unicode Encode Error in Sublime Text 3 console

依然范特西╮ 提交于 2020-01-01 07:05:15
问题 I’m always getting a 'UnicodeEncodeError: 'ascii' codec can't encode character '\xf6' in position 0: ordinal not in range(128)' in the sublime text 3 console when trying to print a non-ascii character. I'm using Anaconda Python Builder to build the system. Building the system with the built-in “python” runs perfectly (i.e. prints out non-ascii characters fine) and also running the script from the terminal works fine (i'm running the script on Mac OS Sierra). I assume the problem must have

Anaconda ignoring “extra_paths” in Sublime Text settings

岁酱吖の 提交于 2019-12-24 07:25:31
问题 I'm trying to configure Sublime Text 3 to act as my IDE for Python development, and while I've read the documentation, I'm still having problems importing extra libraries using the Anaconda.sublime-settings file. From what I've read, it should be as simple as having this text in the Anaconda.sublime-settings file: { "python_interpreter": "/Users/mc/anaconda/bin/python", "extra_paths": [ "/Users/mc/workspaces/brg/brg_framework/libs/python", "/Users/mc/workspaces/brg/brg_packages/brg_fea" ] }

OSError: [Errno 'jupyter-notebook' not found] 2

不想你离开。 提交于 2019-12-07 15:58:52
问题 Hi I have installed " Anaconda3-4.3.1-Windows-x86_64 " in my desktop but i get below error when I run the command " jupyter notebook " from CMD. Error: C:\Users\my pc>jupyter notebook Traceback (most recent call last): File "C:\Users\pr275959\AppData\Local\Continuum\Anaconda3\Scripts\jupyter-script.py", line 5, in <"module"> sys.exit(jupyter_core.command.main()) File "C:\Users\pr275959\AppData\Local\Continuum\Anaconda3\lib\site-packages\jupyter_core\command.py", line 186, in main _execvp

Unicode Encode Error in Sublime Text 3 console

我只是一个虾纸丫 提交于 2019-12-03 20:41:40
I’m always getting a 'UnicodeEncodeError: 'ascii' codec can't encode character '\xf6' in position 0: ordinal not in range(128)' in the sublime text 3 console when trying to print a non-ascii character. I'm using Anaconda Python Builder to build the system. Building the system with the built-in “python” runs perfectly (i.e. prints out non-ascii characters fine) and also running the script from the terminal works fine (i'm running the script on Mac OS Sierra). I assume the problem must have something to do with the Anaconda Python Builder and I thought adding the default encoding to the Anaconda