Solve.ReadTimeoutError: HTTPSConnectionPool(host=pypi.tuna.tsinghua.edu.cn, port=443): Read timed o

Table of Contents Solve.ReadTimeoutError: HTTPSConnectionPool(host=’pypi.tuna.tsinghua.edu.cn’, port=443): Read timed out Method 1: Increase the timeout Method 2: Change pip source Method 3: Use domestic image accelerator Solution.ReadTimeoutError: HTTPSConnectionPool(host=’pypi.tuna.tsinghua.edu.cn’, port=443): Read timed out In Python development, we often use third-party libraries to meet various needs. When we use pip to install these libraries, we may sometimes encounter […]

Python project package upload to PyPI

PyPI PyPI (Python Package Index) is the largest third-party package repository for the Python programming language and is a core component of the Python ecosystem. PyPI provides a platform for centralized storage and distribution of Python software packages, providing developers and users with a convenient way to find, install and share various Python software packages. […]

Security Intelligence | Pypi reproduces secret stealing attack and poisoning

Overview Xuanjing Security’s self-developed open source component poisoning detection platform conducts continuous monitoring and automated code security analysis of component packages released by mainstream open source software warehouses (including Pypi, NPM, Ruby, etc.), and combines expert security experience review to enable timely Discover component package poisoning events and pinpoint malicious code fragments to capture potential […]

Python project package upload to PyPI

PyPI PyPI (Python Package Index) is the largest third-party package repository for the Python programming language and is a core component of the Python ecosystem. PyPI provides a platform for centralized storage and distribution of Python software packages, providing developers and users with a convenient way to find, install and share various Python software packages. […]

Application of Python pypinyin module

Install the pypinyin module This module mainly deals with Chinese Pinyin can be used to do many interesting things How to use the help function Save the output of the help function to a file at a glance import sys import pypinyin with open(‘help documentation.txt’,’w’) as f: sys.stdout = f help(pypinyin) How to find built-in […]

sudo pip3 –no-cache-dir install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

[ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerKCF.cpp.o [ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerMIL_legacy.cpp.o [ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerMedianFlow.cpp.o [ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerSampler.cpp.o [ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerSamplerAlgorithm.cpp.o [ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerStateEstimator.cpp.o [ 97%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tracking_by_matching.cpp.o [ 98%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tracking_utils.cpp.o [ 98%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/unscented_kalman.cpp.o [ […]

[python series] teach you how to publish your own package on pypi – others can download it with pip

Foreword Recently, I am writing an interface execution engine as the core of the interface automation testing platform. I have read a lot of information, done a lot of things, learned a lot of messy knowledge, and memorized notes in a mess, so that I haven’t sorted out and posted (ah, I’m just lazy), everyone, […]

[Solved] Install doccano package ERROR: Command errored out with exit status 1: Could not fetch URL https://pypi.org/simpl

Installing the doccano package ERROR: Command errored out with exit status 1:Could not fetch URL https://pypi.org/simple/doccano/: There was a problem confirming the ssl certificate: ERROR: No matching distribution found for doccano https://pypi.org/simple/doccano/: There was a problem confirming the ssl certificate: ERROR: No matching distribution found for doccano) Question: Problems installing doccano Could not fetch URL […]