pycharm Questions
2
Solved
I am trying to use the alive_progress alive_bar on PyCharm but it only appears in the console once the whole process has finished. Instead, I want it to display and progress as the for loop operate...
Cloud asked 3/3, 2022 at 2:35
4
When trying to run simple python3 code via pycharm, I get following error
/Users/slimerski/PycharmProjects/studia/venv/bin/python /Users/slimerski/PycharmProjects/studia/zadania_14.py
dyld: Lib...
3
I want to run a Jupyter notebook in PyCharm but on cells that are executing javascript, I get the message, that the notebook is not trusted.
When I click the "Trusted" checkbox, the arrow...
Zel asked 19/11, 2020 at 7:54
5
Solved
In trying to install packages in Pycharm for the Python 3.6 interpreter, I get
Python packaging tools not found. *Install packaging tools*
And when I tried to install it gives me this error
Tra...
2
My question is the same as the one posed here:
Ignore a folder in search results
I'm using PyCharm rather than IntelliJ-IDEA, but I'm guessing that features common to all JetBrains IDEs should work...
Iiette asked 23/8, 2022 at 0:9
3
Trying to use elastic search for a project.
from elasticsearch import Elasticsearch
es = Elasticsearch(
"https://example.com",
http_auth=("abc", "bcd"),
)
But getti...
Panada asked 27/8, 2022 at 16:12
4
Solved
I have just moved to Python from R. In R you can use
#new section####
to have the 'new section' as title in the script section list. Then, you could easily find that block of script by hitting th...
4
I was coding for my game and installed the Python 3.10 interpreter. I choose the interpreter amd suddenly my PyCharm 2023.1 said the error "Environment location directory is not empty".
C...
Graptolite asked 12/6, 2023 at 3:8
12
I made a variable cfg = waterot.cfg and then made a new file "waterot.cfg" in pycharm, this automatically made a pyvenv.cfgfile, I didn't know what this was and I was getting errors with my code I ...
2
When I ctrl+click a import name in PyCharm, it will often take me to the stub file instead of the source.
For example, following the ssl name in:
import ssl
Will take me to somewhere like:
~/p...
3
Solved
Just a bit of a pedantic question, but I'm getting a "Cannot find reference 'connect' in function" warning in PyCharm. (Relating to my returnPressed.connect) Is it just a PyCharm bug or t...
Echidna asked 28/1, 2021 at 20:37
2
I'm working on an app whose logs are formatted as JSON with a structure similar to
{"level": "INFO", "lineno": 85, "timestamp": "2020-01-01", "...
Inquire asked 22/9, 2020 at 23:13
6
I know it might be bad idea to rename project root directory, but while doing it I got following error:
I did it as follows:
Cant I really rename project root directory? How this option wor...
Peristome asked 13/5, 2019 at 7:57
3
Solved
Just got started with pycharm and was wondering how can I simply copy a file in pycharm for editing purposes? For instance, I have a file opened, want to edit the code but want to make sure that I ...
3
I'm following a tutorial on Youtube for image classification with machine learning. I keep getting the error as shown in the title from trying to save a deep learning module with tensorflow.
I'm us...
Comatose asked 27/2, 2023 at 17:1
2
I use PyCharm 2016.2 to write my Python programs. Some of my in-line comments look a little messe:
code # comment
code # comment
more code # comment
Is there a way to have PyCharm automatically ...
Ferminafermion asked 6/11, 2016 at 16:37
3
Solved
OS: win10
PyCharm version: PyCharm Professional 2021.2.2
Poetry version: 1.1.13
Poetry plugin version: 1.1.5-212 (from koudai aono)
I have tried to build a new PyCharm project by poetry environme...
Grief asked 20/5, 2022 at 2:49
3
Solved
Is it possible to use J and K when choosing a suggested auto-completion item? See the image below: I'd like to, maybe hold ALT or SHIFT (or in some other way differentiate between moving and typing...
Afterpiece asked 30/1, 2018 at 7:52
7
I want to do some code cleanup and make all of the strings within a module consistently double-quoted strings. My problem is there are tons of them and going through by hand (alt+enter, arrow, ente...
4
Solved
I am trying to create a login function. But it only works ones. Ex- When i give a wrong userid and password I got correct error massage that "Could't login" after canceling that message and giving ...
2
As I understand, PyCharm uses his own set of formatting rules.
https://www.jetbrains.com/help/pycharm/configuring-code-style.html#editorconfig
Is there any faster way to apply same rules to the VSC...
Herrod asked 26/10, 2022 at 10:20
4
Solved
The python unittest runner handles all exceptions. I would like to catch them with my debugger.
Is there a way to make my unittest runner re-raise tests exceptions to terminate the process?
I want...
Monoplane asked 29/12, 2012 at 11:48
3
Solved
How can I automatically create the boilerplate code of pyi files?
I want to create a pyi file for type hinting as described in pep484 which contains all method names.
I don't want magic. I want to ...
Flywheel asked 24/2, 2016 at 12:42
3
Solved
Is there a way to run unittests in pycharm in verbose mode. I am looking for a way to see the docstring in the test functions so that i can see some info of the ran test.
class KnownValues(unittes...
Sandrasandro asked 22/4, 2017 at 16:43
17
I have a conda environment at the default location for windows, which is C:\ProgramData\Anaconda2\envs\myenv. Also, as recommended, the conda scripts and executables are not in the %PATH% environme...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.