[python\import] When importing, the local project code (library constructed with setup.py and other methods) is given priority instead of the library installed by pip || Code test

【start:20231103】 Article directory introduction Problem Description Specific case Construct your own python library Files involved in constructing the library pyproject.toml setup.py Commands involved in constructing the library `pip install -e .` `python setup.py develop` `python setup.py install` other problems Problems with linkage between construction library and importlib Practical combat: Installation of local Cellpose library Case […]

Solve the problem of Ths OCH driver package is not conmtibIe with the currently uistalled version of NVIDIA installation

Table of Contents Solve the “The NVIDIA driver package is not compatible with the currently installed version of Windows” error that occurs during NVIDIA installation Problem Description Solution Method One: Uninstall the existing NVIDIA driver and install it manually Method 2: Use NVIDIA GeForce Experience for driver installation Method 3: Use Windows Device Manager to […]

How to list installed Python packages

Working on a Python project may require listing installed Python packages in order to manage dependencies, check for updates, or share project requirements with others. In this article, we will look at various techniques for listing the Python packages installed on a system. List installed Python packages Here are some ways we can list installed […]

Solve the problem VirtualBox is not installed. Please re-run the Toolbox Installer and try again.

Table of Contents Solve VirtualBox is not installed error Problem Description Solution Method 1: Rerun the Docker Toolbox installer Method 2: Verify VirtualBox installation Method 3: Manually configure the VirtualBox path in conclusion Sample code: Use Python script to automatically check and install VirtualBox and Docker Toolbox What is VirtualBox? VirtualBox Features and Benefits 1. […]

The virtual machine VMware Workstation Pro is installed and configured using the server system ubuntu-22.04.3-live-server-amd64.iso

Install ubuntu-23.04-beta-desktop-amd64 in the virtual machine and enable SSH (source change and backup) to configure Chinese and Chinese input methods, etc. ?1. Get Ubuntu Server Edition Get Ubuntu Server Edition 2. Configure the virtual machine SelectCustom(advanced): SelectWorkstation 17.x: Select “I will install the operating system later.“ Select “Linux“: Name the virtual machine and location: Processor […]

Determine the type of mobile terminal: Android, Apple, Hongmeng, view device details, jump to each mobile app store, determine whether the APP has been installed…

Case 1: Determine the type of mobile terminal. Scanning the QR code link on WeChat can distinguish Huawei (Honor), Android, and Apple phones. Huawei and Honor will jump to the Huawei App Store, Android will prompt the browser to open, and Apple will jump to the Apple Store. <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <title>Investment […]

Solve ImportError: Could not find cudart64_90.dll. TensorFlow requires that this DLL be installed in

Table of Contents Solve ImportError: Could not find cudart64_90.dll. TensorFlow requires that this DLL be installed in Step 1: Check the installation of CUDA Toolkit Step 2: Check the configuration of CUDA environment variables Step 3: Check the installation of cuDNN Step 4: Reinstall TensorFlow in conclusion Solving ImportError: Could not find cudart64_90.dll. TensorFlow requires […]