spyder Questions

5

Solved

I would like to have in the code underneath that when i type instance_of_A = A(, that the name of the supposed arguments is init_argumentA and not *meta_args, **meta_kwargs. But unfortunatally, the...
Excise asked 9/4, 2018 at 19:28

4

Solved

I have already installed opencv 3.0.0 in windows os. I have run the application and have successfully installed it in C:\ drive and have also copied the cv2.pyd file in C:\Python27\Lib\site-package...
Wriggle asked 28/6, 2018 at 7:40

13

I downloaded spyder using the pip install spyder in my windows 10 32-bit operating system, but i dont see any desktop icons or exe files to start running the IDE. I downloaded spyder 3, any my p...
Serajevo asked 6/7, 2017 at 18:25

6

Solved

without using iSpyder DOS shell commands, how can an .ipynb (Jupyter Notebook) be opened directly into Spyder on Windows? Even the online Jupyter Notebook site prompts for a relative directory path...
Fornication asked 30/11, 2020 at 13:50

1

I have a Red Hat system in AWS running Spark on top of HDFS. Now I want to access PySpark from my local machine, i.e., interactive Python. So, I installed Spyder-Py2 to connect to the remote AWS ma...
Seeto asked 7/3, 2016 at 7:58

4

I have a program coded in Python 2 that I need to run and I would like to run it in spyder via anaconda software. The issue is that to run the program via the terminal I had to previously add in my...
Heehaw asked 13/2, 2020 at 14:23

22

Anaconda navigator won't launch, I tried reinstalling it, that did not work either. anancondas' command prompt shows an error message. I've tried googling the answer, I guess I'm bad at it. [this i...
Chanty asked 21/9, 2017 at 5:0

4

Solved

How can I select a piece of code and apply auto-format, aka beautification to it? I especially mean correctly indenting lists broken into several lines, parentheses and square brackets. Auto-inde...
Farouche asked 31/5, 2016 at 10:48

6

I'm using Python 3.6 and am trying to follow along with the very first example at the website below (full code also below) and am getting the below error: https://docs.python.org/3.6/library/multip...
Pereira asked 16/8, 2017 at 17:56

3

Solved

I am trying to create a Discord bot with Python, however whenever I run the sample code here: import discord client = discord.Client() @client.event async def on_message(message): # we do not w...
Athlete asked 24/8, 2019 at 16:35

9

Solved

Is there a way to run multiple python scripts simultaneously in vsc. I mean while there is already a script running, I would like to run another script. When I try I get "code is already running". ...
Clinch asked 22/8, 2018 at 14:55

15

Solved

I have managed to get spyder installed and functioning on my mac but I want to add in a few modules that it doesn't include by default (mahotas and pymorph). I installed both via easy_install in ...
Wine asked 23/5, 2012 at 23:8

6

Solved

I want to be able to have two instances which are completely independent in the sense that I can be working on two separate unrelated projects in different folders without any interference.
Madriene asked 11/8, 2014 at 19:35

2

Solved

Spyder has a text wrap feature which includes a gray line at the end of the line. How do you remove it?
Autogamy asked 22/11, 2021 at 21:58

9

Solved

I am experimenting NLTK package using Python. I tried to downloaded NLTK using nltk.download(). I got this kind of error message. How to solve this problem? Thanks. The system I used is Ubuntu ins...
Engel asked 26/12, 2014 at 14:35

3

I got the following code: import win32com.client import os directory = "C:/Users/mypath/" for filename in os.listdir(directory): _, file_extension = os.path.splitext(filename) if file_extension...
Gemmulation asked 29/6, 2018 at 8:45

4

Solved

Three days ago I was playing around with Python, Mayavi and Jupyter Notebooks to create visualizations. This required to install PyQt5. Due to constantly reaching memory errors, I've decided to te...
Supplejack asked 11/10, 2019 at 9:24

8

Solved

I was updating pandas (on windows 7) using: conda update pandas accidentally I closed the command window while updating. Now I can't start spyder and if I type conda in the command window I get:...
Transient asked 27/6, 2017 at 14:35

5

I got a brand-new laptop with a resolution of 3840 x 2160 running Windows 10. After I installed Anaconda + Spyder for python coding, I noticed that the icons are extremely small, as well as the tex...
Camiecamila asked 7/3, 2016 at 21:21

4

Similarly to these (very useful!) two functions: "Run current cell" "Run selection or current line" Is it possible to do this with debugging? I dont want to start from the top of my large script ...
Monoclinous asked 5/12, 2017 at 13:50

17

I have just installed pandas_datareader using pip install pandas-datareader which ran successfully. Now I am trying to use it for a tutorial and I am getting this error when I try to import. imp...

2

I get this issue when trying to run spyder C:\ProgramData\Anaconda3\Scripts>spyder Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\site-packages\qtpy\QtWebEngineWidge...
Noncontributory asked 15/2, 2021 at 2:18

11

I am using anaconda for python and I face this problem I tried a lot to solve this error, but still not solved. I used the following commands so far sudo apt-get install libstdc++6 sudo add-apt-r...
Shanon asked 25/1, 2018 at 23:20

2

Solved

Specifically this popup box: It appears almost every time I type anything, and it's kind of getting in the way. I have disabled code completion in the settings, and uninstalled Kite, and disab...
Chuckwalla asked 12/1, 2020 at 20:46

3

I get the following message in my console while I am running some code. The code is still running so I am not sure if this is an error or not. After a while the code stop to run and it seems that I...
Jablon asked 4/1, 2022 at 15:13

© 2022 - 2024 — McMap. All rights reserved.