Category "pycharm"

How can I enter a literal <TAB> character in IntelliJ/IDEA/PyCharm?

My configuration indents with four spaces, and I want to keep that. Occasionally (e.g. in a Makefile) I want to input a literal TAB character. How can I force

How to set default PyCharm interpreter?

My PyCharm installation has two interpreters available: Python 3.3.2 (/usr/bin/python3.3m) Python 2.7.5 (/usr/bin/python2.7) Whenever I open a new project it s

How to Save PyCharm Embedded Terminal Tabs?

Is there a way to save the Embedded Tabs so each time you open PyCharm you don't have to reconfigure the tab names? It seems like such a simple issue to have bu

“Unregistered Git root detected” because parent directory of project is versioned by Git

I set up a PyCharm project /parent/project, that is managed by Mercurial at /parent/project/.hg. Independently of this project, /parent is managed by Git at /pa

Hand Tracking python

wrote this code following a youtube tutorial for hand tracking: import cv2 import mediapipe as mp import time cap = cv2.VideoCapture(1) mpHands = mp.solutions

Pycharm/Python OpenCV and CV2 install error

I've been trying to install both OpenCV and cv2 from both Pycharm and from the terminal as suggested using: pip install --user opencv pip install --user cv2

Pycharm/Python OpenCV and CV2 install error

I've been trying to install both OpenCV and cv2 from both Pycharm and from the terminal as suggested using: pip install --user opencv pip install --user cv2

Exception thrown in PyCharm debug mode but not in run mode (seaborn, matplotlib)

I'm using PyCharm 2021.2.3 Community Edition Python interpreter 3.10.0 matplotlib 3.5.0 seaborn 0.11.2 numpy 1.21.4 pandas 1.3.4 PySimpleGUI 4.55.1 When I run t

PyCharm doesn't autocomplete Django model queries anymore in 2016.1.2

The 2016.1.2 version of PyCharm doesn't seem to autocomplete queries on Django models anymore. For example on Foo.objects.filter(some-field-lookup) the filter m

How to set docker container name in Pycharm Docker Interpreter

I'm using Pycharm (2021.2.2) on MacOS (11.6). I want to specify --name when using the Docker interpreter. However, when I entered --name in Edit Docker containe

How to invert console history order in PyCharm for copy pasting?

In Pycharm, the console history has entries from newest (top) to oldest (bottom). Which is fine in a way, but it's horrible for copy pasting several lines of co

How to use pycharm to auto indent the select area by the template of the coding style

Well, In eclipse, I can set the code-style template , when the code finish, I could indent it by the template. For example, In the coding style template, I set

PyCharm debugger doesn't work

I just downloaded PyCharm community edition and every time I try to debug any Python program in PyCharm, I get this error: C:\Python31\python.exe "C:\Program F

Unclear suggestion: "This dictionary could be written as dictionary litteral."

I'm using PyCharm to write automated tests for an API. PyCharm highlights one line in my tests and suggests: This dictionary could be written as dictionary lit

PyCharm - no tests were found?

I've been getting na error in PyCharm and I can't figure out why I'm getting it: No tests were found This is what I have for my point_test.py: import unittest

Parameterized generics cannot be used with class or instance checks

I wrote the code, but I get the following message in pycharm(2019.1): "Parameterized generics cannot be used with class or instance checks" def data_is_val

Using TensorFlow in IDE on Windows

I have used the Docker installation as suggested at https://bishnusarker.wordpress.com/2015/11/11/how-to-install-google-tensorflow-in-your-windows-machine-using

Using TensorFlow in IDE on Windows

I have used the Docker installation as suggested at https://bishnusarker.wordpress.com/2015/11/11/how-to-install-google-tensorflow-in-your-windows-machine-using

Using TensorFlow in IDE on Windows

I have used the Docker installation as suggested at https://bishnusarker.wordpress.com/2015/11/11/how-to-install-google-tensorflow-in-your-windows-machine-using

Using TensorFlow in IDE on Windows

I have used the Docker installation as suggested at https://bishnusarker.wordpress.com/2015/11/11/how-to-install-google-tensorflow-in-your-windows-machine-using