-
The Python IDE [Spyder](https://www.spyder-ide.org/) runs code in an IPython terminal integrated in the IDE. The IPython terminal opens along with the rest of the IDE and when you run a script, it get…
-
### What Did You Expect To Happen?
i expected it to build and let me open the file
### What Happened?
it doesnt build for me it just says Error with compiling file: module 'pyaes' has no attribute …
-
**Describe the bug**
From today, I started seeing the IDE error. And intelliJ also flash quit.
**To reproduce**
No steps
**Expected behavior**
**Screenshots**
![image](https://git…
-
wondering which one you use or prefer?
-
Using conda, I install all the requirements in one conda env and I can use this env to run python related job such as lint and format. But I can not run the debugger and I get an error like this:
###…
-
## Environment data
- VS Code version: 1.39
- Extension version: 2019.10.41019
- OS and version: Windows 10 Home
- Python version: 3.7.1 and 2.7.15
- Type of virtual environment used: N/A
…
-
## System details:
#### Positron and OS details:
Positron Version: 2024.12.0 (system setup) build 41
Code - OSS Version: 1.93.0
Commit: 39536c265d6828a68291984d0d359170316d055e
Date: 2024-11-21T02:…
-
Expected Behavior: ide-python works once pyls is installed
Actual Behavior: ide-python fails with a long error log
Steps to reproduce:
1. Install Atom flatpak:
```flatpak install flathub io.atom…
-
Hi,
I am a beginner and need an install instruction of robosat in the Google colab or some simple known IDE,
Is there any help?
Best Regards
Mary
-
### Description
I'm not sure if there is currently a way to do this, ideally resource dictionaries would be typed like
```python
class Resources(TypedDict, extra_items=float):
CPU: float
…