spyder

entry point mkl_blas_dgem2vu could not be located

回眸只為那壹抹淺笑 提交于 2019-12-11 02:35:25
问题 I'm running Anaconda/Spyder and I keep getting the Intel Math Library error shown in the picture: It seems like an entry point for mkl_blas_dgem2vu is missing (whatever that is). I was still able to run Spyder until I tried updating everything. After updating Spyder doesn't start after receiving this error. I stuck and can't do anything right now. Thanks. 回答1: I already found that post and it solved part of my problem. First part of problem is that different a version of the MKL library was

Adding documentation to spyder (python IDE)

浪尽此生 提交于 2019-12-11 01:55:51
问题 So I've been working with the pygame library (in spyder) lately, but I don't have the documentation installed like the built-in library. I've looked around but haven't seen a how-to on getting the pygame documentation or installing it. Is there a pygame documentation? If so, how do I install it such that I don't have to google the syntax everytime I forget it? If you know, thanks in advance! The documentation is something that shows the options when you type math. or numpy. like so as well as

How to Call QT_SCALE_FACTOR?

不问归期 提交于 2019-12-11 00:59:07
问题 I have Anaconda installed on my computer. When I open Spyder though, it looks terrible because the DPI is high. I've been told to run QT_SCALE_FACTOR=2.5 spyder to solve the problem. However, I get back 'QT_SCALE_FACTOR' is not recognized as an internal or external command, operable program or batch file. This is frustrating because I have pyqt installed through Anaconda. It's also part of my path C:\...\Anaconda3\Lib\site-packages\PyQt5 If I call qmake -query , I get: qmake -query QT_SYSROOT

Spyder-IDE fails to start on Windows-10 with Python-3.8

…衆ロ難τιáo~ 提交于 2019-12-10 23:09:13
问题 checking out Python-3.8.0 (x64) on Windows-10, I got into trouble when trying to setup Spyder . Note: the issue was reproducible with a fresh Python installation on a clean Windows-10 system. However, no such issues on Linux (tested on debian/Mint). At first, everything went smooth during installation via pip install spyder . error #1: pywin32 After starting Spyder , it said in the IPython console window: Traceback (most recent call last): File "c:\users\USERNAME\appdata\local\programs\python

Spyder Plot Inline

限于喜欢 提交于 2019-12-10 19:25:03
问题 Setup: Anaconda 2.0.0 (Win 64), Spyder (2.3.0rc that came with Anaconda) I configure the graphics: Tools > Preferences > iPython console > Graphics > Graphics backend > Inline But no matter what I do the graphics always open in a separate window? Is there a way to force them to be inline in the console? Thank you! 来源: https://stackoverflow.com/questions/24002076/spyder-plot-inline

Reading stdin in Spyder

十年热恋 提交于 2019-12-10 18:40:01
问题 I have some programming assignments which read input data from stdin like this: text = sys.stdin.readline().strip() I am using Spyder as my development environment, and am not able to find a way to give the stdin. So, I added a -infile option to the code, and am reading from the file. However, when submitting, I need to revert back to reading the stdin. How can I read stdin in the first place? I know how to do this from linux command line, but for now have to use windows. 回答1: ( Spyder

ValueError:PyCapsule_GetPointer called with incorrect name with <from PyQt5.QtWebEngineWidgets import QWebEnginePage>

会有一股神秘感。 提交于 2019-12-10 17:49:37
问题 This is already solved by myself but I put this question for someone else. I think this kind of problem is better as much as we can. and there doesn't seem be in SOF. I updated spyder and PyQt5 . conda update spyder Collecting package metadata: done Solving environment: done ## Package Plan ## environment location: C:\Anaconda3 added / updated specs: - spyder The following packages will be downloaded: package | build ---------------------------|----------------- anaconda-custom | py36h363777c

Update/Refresh matplotlib plots on second monitor

天大地大妈咪最大 提交于 2019-12-10 17:24:14
问题 At the moment I am working with Spyder and doing my plotting with matplotlib. I have two monitors, one for development and another for (data) browsing and other stuff. Since I am doing some calculations and my code often changes, I often (re)execute the code and have a look at the plots to check if the results are valid. Is there any way to place my matplotlib plots on a second monitor and refresh them from the main monitor? I have already searched for a solution but could not find anything.

Unicode or what in matplotlib?

走远了吗. 提交于 2019-12-10 14:55:28
问题 Can't get the titles right in matplotlib: 'technologieën in °C' gives: technologieÃn in ÃC possible solutions already tried: u'technologieën in °C ' doens't work and neither does: # -*- coding: utf-8 -*- at the beginning of the code-file. Any solutions? 回答1: You need to pass in unicode text: u'technologieën in °C' Do make sure you use the # -*- coding: utf-8 -*- comment at the top, and make sure your text editor is actually using that codec. If your editor saves the file as Latin-1 encoded

`conda update --all` not updating Spyder

别说谁变了你拦得住时间么 提交于 2019-12-10 04:36:02
问题 I just installed Anaconda on a Windows 10 machine and the first thing I did thereafter was go into the Anaconda Prompt and run conda udpate conda and then conda update --all . As expected, it updated a lot of stuff. When I then ran Spyder, however, I got a pop-up saying that a new version of Spyder was available. What? I just updated everything. Checking conda list I see that sypder 3.2.4 is indeed installed, so I do the following: (base) C:\Users\Mark>conda update --all Solving environment: