pycharm

pycharm installs torch and cuda (in the new environment created by anaconda)

1. The problem There seems to be some conflict between torch and tensorflow in pycharm, so I created two conda environments (one named pytorch, one named tensorflow). There is no tensorflow library in the pytorch environment, and the same is true for the tensorflow environment. The problem now is that every time I use pip install torch in Terminal, it is always the cpu version. pip install torch i... »

The simplest Anaconda+Python3.7 installation tutorial on the Internet for Win10 (100% successful)

The simplest Anaconda+Python3.7 installation tutorial on the Internet for Win10 (100% successful) 1. Environmental content 2. Anaconda ① Download of Anaconda (can be skipped) ② Installation of Anaconda 3. Python3.7 ① Download of Python3.7 (can be skipped) ② Installation of Python3.7 4. Compilation environment  📍Pycharm  📍Jupyter  📍Vscode Extra: Anaconda configuration environment that everyone is u... »

[Pycharm2022.2.1] Latest version installation tutorial (including all versions of win/mac/linux from 2017-2022)

You can also permanently install Pycharm (all versions of win/mac/linux from 2017 to 2022)/IntelliJ IDEA. Follow the tutorial written in this article. The specific steps are just follow the graphic tutorial below step by step. It can be done in one minute and the process is simple. very simple. PS: The principle of the patch is to violently intercept Pycharm’s remaining service life network ... »

Detailed tutorial on installing sqlmap

Python environment installation + sqlmap shortcut creation tutorial Because sqlmap is written in python language, we must install the python environment before using sqlmap. python download address:Download Python | Python.org Choose the version that suits your operating system After successful download, double-click the exe file to install automatically. After clicking Install, the installation p... »

How to open Django project in Pycharm

Table of contents backgroundstep1.Open pycharm2. Configure the environment3. Run important pointSummarize background Now there is a project that separates the front and back ends. At the same time, a python environment package is given, which contains various third-party libraries required by the project. The backend is written using the Django framework, and the frontend is written using Vue. The... »

Install Pycharm and connect to the existing Python environment to achieve free compilation (with Chinese configuration) | and increase website access through Pycharm

🔝🔝🔝🔝🔝🔝🔝🔝🔝🔝🔝🔝🔝🔝🔝 Blogger Nickname:Jovy.  Blog homepage:Jovy.’s blog 🥗Thanks for the likes and comments 🃌 ⚇Very convenient online editor:Lightly  Table of contents Today’s hot spots Python environment configuration Pycharm configuration Download of Pycharm Pycharm configuration Debugging Pycharm configures its own python Use Pycharm to help a school increase traffic Summarize   TodayR... »

Pycharm development tools

python code tips There is no configuration prompt when using python dependency packages; such as cv2 Configure Docker environment debugging pycharm uses ssh to connect to the docker container; Create images and containers; (containers require ssh configuration) Encountered dependent packages and executable programs that cannot be found; pay attention to environment variable issues;Establishing a s... »

[Python implements video to text operation]

1. Install moviepy module 1. If you use PyCharm, you can directly press Alt+Shift+Enter (install moviepy) after reporting an error when importing the package. 2. You can also enter pip install moviepy in the terminal (provided that pip is installed and the environment is configured) 2. MP4 to MP3 format Many apps require payment or VIP membership for this MP4 to MP3 conversion operation, so you ca... »

ImportError: DLL load failed while importing cv2: The specified module could not be found. (solution)

When running the python program on pycharm, I encountered the error shown in the figure below:ImportError: DLL load failed while importing cv2: The specified module could not be found. This problem occurs because opencv-python and opencv-contrib-python are not imported.The following three methods can be imported:These three methods are also applicable to other No module named ‘numpy’, ... »

Anaconda Tsinghua Image–Installation, Configuration and Use

Article directory 1. Download and install Anaconda1.1 Download address1.2 Installation 2. Configure Tsinghua mirror source3. Test use4 modules not found 1. Download and install Anaconda 1.1 Download address Tsinghua Mirror:https://mirrors.tuna.tsinghua.edu.cn/ Choose the latest version suitable for your system to download. 1.2 Installation Double-click the downloaded exe file: The applications ins... »

Page 1 of 14123»