error_ Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools“_ h

Detailed errors Encountered when installing MMCV. copying mmcv\ops\csrc\pytorch\mlu\roi_pool_mlu.cpp -> build\lib.win-amd64-3.11\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\roiaware_pool3d_mlu.cpp -> build\lib.win-amd64-3.11\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\roipoint_pool3d_mlu.cpp -> build\lib.win-amd64-3.11\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\three_nn_mlu.cpp -> build\lib.win-amd64-3.11\mmcv\ops\csrc\pytorch\mlu copying mmcv\ops\csrc\pytorch\mlu\tin_shift_mlu.cpp -> build\lib.win-amd64-3.11\mmcv\ops\csrc\pytorch\mlu creating build\lib.win-amd64-3.11\mmcv\ops\csrc\pytorch\mps copying mmcv\ops\csrc\pytorch\mps\bbox_overlaps_mps.mm -> build\lib.win-amd64-3.11\mmcv\ops\csrc\pytorch\mps running build_ext D:\ProgramData\anaconda3\Lib\site-packages\torch\utils\cpp_extension.py:359: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the instruction specified documents. warnings.warn(f’Error checking compiler […]

Solve WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python

Table of Contents Solve the problem of WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available Problem Description solution 1. Check the Python environment 2. Install required dependencies For Debian/Ubuntu systems: For Fedora/CentOS systems: For MacOS systems: For Windows systems: 3. Reinstall the Python environment 4. […]

building ‘fdfs_client.sendfile’ extension error: Microsoft Visual C++ 14.0 is required. Get it w…

(env) D:\python_learn\meiduo_project>pip install fdfs_client-py-master.zip Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Processing d:\python_learn\meiduo_project\fdfs_client-py-master.zip Building wheels for collected packages: fdfs-client-py Building wheel for fdfs-client-py (setup.py) … error ERROR: Command errored out with exit status 1: command: ‘D:\python_learn\meiduo_project\env\Scripts\python.exe’ -u -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘”\ ‘”‘C:\Users\\sewen\AppData\Local\Temp\pip-req-build-9rb op60k\setup.py'”‘”‘; __file__='”‘”‘C:\Users\\sewen\AppData\ \Local\\Temp\pip-req-build-9rbop60k\setup.py'”‘”‘;f=getattr(tokenize, ‘”‘\ “‘open'”‘”‘, open)(__file__);code=f.read().repla ce(‘”‘”‘\r\\ ‘”‘”‘, ‘”‘”‘\\ ‘”‘” ‘);f.close();exec(compile(code, __file__, […]

JAVA-Experiment 1-4: There are two libraries in a certain town. Please follow the following requirements and tips to help these two libraries realize electronic lending of books.

Title: (1) Follow the prompts in the book.java code to complete this class. This category mainly provides functions such as borrowing books, returning books, checking the borrowing status of books, and obtaining book titles. When running this code, the output is: Title (should be The Da Vinci Code): The Da Vinci Code Rented? (should be […]

PDF file text copy permission is encrypted, but all text in the PDF is required. Solution: Python + FineReaderOCR

This time I really found a powerful OCR to help me solve the problem 1. The usual situation If you need to extract text from PDF, the first software that comes to mind is Format Factory. Just use its “PDF→Text” function. The advantage is that the software runs quickly and the processing time is short. […]

Real-time comprehensive case based on Flume+Kafka+Hbase+Flink+FineBI (4) Real-time computing requirements and technical solutions

Article directory 16: Real-time computing requirements and technical solutions 17: Basic introduction to Flink 18: Code module construction 19: Province parsing tool test 20: Flink code interpretation 21: Flink real-time computing test 16: Real-time computing requirements and technical solutions Goal: Understand real-time computing requirements and technical solutions Path step1: real-time calculation requirements step2: technical solution […]