Pillow 7.0.0 Python 3.8.5 (default, Sep 4 2020, 07:30:14) [GCC 7.3.0] I'm trying to run a setup file for detectron project which is made by facebook company, but I got some errors which show there may be something wrong with my … I can use prebuilt detectron2 image but struggled to build it from source. detectron2._C failed to import. Save my name, email, and website in this browser for the next time I comment. Downgrading (switching compiler) gcc 7.5.0 to 5.5.0 worked for me! I ran them in order. Have a question about this project? numpy 1.19.2 Error while installing detectron2 on Windows | Pytorch :1.5 | CUDA :10.1, https://gilberttanner.com/blog/detectron-2-object-detection-with-pytorch, https://detectron2.readthedocs.io/tutorials/install.html#common-installation-issues, https://detectron2.readthedocs.io/tutorials/install.html, please simplify the steps as much as possible so they do not require additional resources to. You signed in with another tab or window. downgrading gcc to 7.1 worked on my side. WebDetectron2环境配置与安装1. 系统与GPU2. fvcore 0.1.1.post200513, please tell me what should I provide for this issue. It should work by upgrading nvcc to 10.1.243, or downgrading gcc to 7.1~7.3; same problem with cuda9.2, torch1.5, gcc4.9. You already know why Python throws ‘typeerror‘, and it occurs basically during the iterations like for and while…, Table of Contents Hide Syntax of List insert() insert() ParametersReturn Value from List insert()Example 1: Inserting an Element to the ListExample 2: Inserting an element at the start and end of…, The RuntimeWarning: invalid value encountered in double_scalars occurs when you perform a complex mathematical operation using NumPy that involves extremely small or very large numbers and also if we pass an invalid…, If you are looking for replacing instances of a character in a string, Python has a built-in replace() method which does the task for you. We and our partners use data for Personalised ads and content, ad and content measurement, audience insights and product development. https://github.com/facebookresearch/detectron2/issues?q=std%3A%3Ais_constructible, I tried to install it with "!python3 -m pip install -e detectron2_repo. Once you perform this operation, you can install the auto-py-to-exe package. But getting the following error: Running setup.py develop for detectron2 ERROR: Command errored out with exit status 1... PyTorch Forums Detectron2 on windows WebThese examples are extracted from open source projects. Manage Settings When I run "python -m pip install -e detectron2", … Build settings: BLAS=MKL, BUILD_TYPE=Release, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -DNDEBUG -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DUSE_INTERNAL_THREADPOOL_IMPL -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, USE_CUDA=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_STATIC_DISPATCH=OFF. How do you make a bad ending satisfying for the readers? pip install -e . sudo apt install gcc-5 אם כן, חִשבו בתוך הקופסה. Sign in Be a part of our ever-growing community. Jetson Zoo - eLinux.org, The specific command is: 软件与平台3. I have tried your code in the colab notebook provided in the GitHub repository and get the following error: ERROR: Command errored out with exit status 1: /usr/local/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/content/cvd2/detectron2_repo/setup.py'"'"'; --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in () 15 # Setup detectron2 logger 16 import detectron2 ---> 17 from detectron2.utils.logger import setup_logger 18 setup_logger() 19 ModuleNotFoundError: No module named 'detectron2.utils', --------------------------------------------------------------------------- NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt. Source Project: detectron2 Author: facebookresearch File: caffe2_export.py License: Apache License 2.0 : 5 votes def export_ onnx _model(model, inputs): """ Trace and export a model to onnx format. Site design / logo © 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. Already on GitHub? ERROR: Command errored out with exit status 1: Intel(R) Math Kernel Library Version 2020.0.2 Product Build 20200624 for Intel(R) 64 architecture applications, Intel(R) MKL-DNN v1.5.0 (Git Hash e2ac1fac44c5078ca927cb9b90e1b3066a0b2ed0), NVCC architecture flags: -gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_37,code=compute_37. Pillow 8.0.1 numpy 1.18.1 (base) C:\Work\AI\11_PyTorch\FacialRecognition\detectron2>g++ -v Build settings: BLAS=MKL, BUILD_TYPE=Release, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DUSE_VULKAN_WRAPPER -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-unused-local-typedefs -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, USE_CUDA=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_STATIC_DISPATCH=OFF. Thank you! Hi Developers, im facing an issue while installing 'matplotlib' library in cmd. Could you follow our steps and try it again? But I can reproduce this issue using docker image pytorch/pytorch:1.7.0-cuda11.0-cudnn8-devel, which ships with gcc 7.5.0 and nvcc 11.0.221. Could you give it a try? Already on GitHub? Build settings: BLAS=MKL, BUILD_NAMEDTENSOR=OFF, BUILD_TYPE=Release, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -fopenmp -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -O2 -fPIC -Wno-narrowing -Wall -Wextra -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Wno-stringop-overflow, DISABLE_NUMA=1, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, USE_CUDA=True, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=ON, USE_NNPACK=ON, USE_OPENMP=ON, USE_STATIC_DISPATCH=OFF, Intel(R) Math Kernel Library Version 2020.0.0 Product Build 20191125 for Intel(R) 64 architecture applications, Intel(R) MKL-DNN v0.21.1 (Git Hash 7d2fd500bc78936d1d648ca713b901012f470dbc), NVCC architecture flags: -gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_37,code=compute_37. When a person is referred to as 'something', what does it mean? PyTorch Debug Build False GPU 0 Tesla P100-PCIE-16GB (arch=6.0) ERROR Command errored out with exit status 1 ... ERROR Command errored out with exit status 1 python setup py egg info Check the logs for full command output . Already on GitHub? With this command, we can create a coding environment for us. As shown below, we can install the package directly through the pip command in Python 3.8. Error: command errored out with exit status 1. WebThe solution. PyTorch 1.5.0 @/home/jackytsai/anaconda3/envs/detectron2/lib/python3.6/site-packages/torch 531), We’re bringing advertisements for technology courses to Stack Overflow, Introducing a new close reason specifically for non-English questions, Getting "Command errored out with exit status 1: python setup.py egg_info" while installing requirements in Google Colab, Tauras windows 10 installation is failed due to ERROR: Command errored out with exit status, ERROR: Command errored out with exit status 1: When trying to 'pip install quantum-grove' in window, error installing guidedlda on google colab notebook. (1) You're unable to reproduce the results documented in detectron2 model zoo. However the environment information is not provided correctly according to the issue template. Have a question about this project? If this is not working for you, you can try an alternate solution listed below. gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project), (base) C:\Work\AI\11_PyTorch\FacialRecognition\detectron2>. please first try to solve it yourself with the instructions in COLLECT_LTO_WRAPPER=C:/Program\ Files\ (x86)/CodeBlocks/MinGW/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe Compiler c++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 Source Project: detectron2 Author: facebookresearch File: caffe2_export.py License: Apache License 2.0 : 5 votes def … GitHub - facebookresearch/detectron2: Detectron2 is a platform for object detection, segmentation and other visual recognition tasks. We’ll occasionally send you account related emails. Using built-in specs. I'm using, ERROR Command errored out with exit status 1 ... ERROR Command errored out with exit status 1 python setup py egg info Check the logs for full command output . But it works when swith my pytorch to 1.4.0. The error indicates a missing library. I updated the package by following the steps below. Asking for help, clarification, or responding to other answers. torchvision 0.6.0a0+82fd1c8 @/home/jackytsai/anaconda3/envs/detectron2/lib/python3.6/site-packages/torchvision what is the reason? I hope someone can help me. DETECTRON2_ENV_MODULE צוות המנחים המיומן שלנו יעבוד אתכם לעשות את כל זה בהתאם לצרכים הספציפיים שלכם. How do 80x25 characters (each with dimension 9x16 pixels) fit on a VGA display of resolution 640x480? Browse other questions tagged, Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide. detectron2 0.1.3 @/home/jackytsai/detectron2/detectron2 Full runnable code or full changes you made. Sign in (environment) חדשנות היא buzzword, היא טרנד, היא אופנה. I need to install g++,then it's ok. (base) C:\Work\AI\11_PyTorch\FacialRecognition\detectron2>python detectron2/utils/collect_env.py . Estou tentando instalar a biblioteca GraphRicciCurvature, e dá o seguinte erro ERROR: NetworKit compilation requires cmake. cuda 10.2. After opening anaconda command prompt type conda create -n environment_name. cuDNN 8.0 It should work by upgrading nvcc to 10.1.243, or downgrading gcc to 7.1~7.3; But I can reproduce this issue using docker image pytorch/pytorch:1.7.0-cuda11.0-cudnn8-devel, which ships with … what changes you made / what code you wrote I'm attaching the output of the command . 0 votes. נכון. DETECTRON2_ENV_MODULE Then the error "ERROR: Command errored out with exit status 1". והיעדים שלכם. If you do not know the root cause of the problem / bug, and wish someone to help you, please include: To Reproduce. File “/usr/lib/python3.6/ctypes/init.py”, line 348, in init $ sudo apt-get install python3-pip Same issue reported in pytorch/vision#1893 and seems a nvcc bug. Toll road cost for car ride from Marseille to Perpignan. please tell us the expected behavior. To view examples of installing some common dependencies, click the "Open Examples" button below. _load_global_deps() Web在Python中安装coco-0.4.0.tar.gz时出错:"Command errored out with exit status 1“ 得票数 0; pip install darknetpy not working,"ERROR: Command ERROR out with exit status … Even though you have not provided details of how you get the error, I have tried installing Detectron2 on Colab as follows and it works: # install dependencies: !pip … Just confirm we can install it without issue. Please ask your administrator.>. torchvision 0.6.0+cu101 @C:\Users\14088\anaconda3\lib\site-packages\torchvision הבעיה הזו מובילה לבזבוז משאבים אדיר וכן להגברת העמידות של חיידקים בפני תרופות אנטיביוטיות. חדשנות יכולה להיות חלק אינטגרלי מהתרבות של הארגון שלכם. ④, installation of Detectron 2 use python detectron2/utils/collect_env.py. detectron2 0.2.1 @/home/server702/Documents/DNN/lib/detectron2/detectron2 CUDA_HOME /usr/local/cuda-10.1 Continue with Recommended Cookies, Home » Python » [Solved] Error: command errored out with exit status 1. The replace method replaces each matching occurrence…, [Solved] Error: command errored out with exit status 1. If you would like to change your settings or withdraw consent at any time, the link to do so is in our privacy policy accessible from our home page.. He has published many articles on Medium, Hackernoon, dev.to and solved many problems in StackOverflow. If you are not able to install setuptools through pip you can also download Microsoft Visual C++ Build Tools and install it manually. חדשנות היא buzzword, היא טרנד, היא אופנה. 体步骤:1.查看Python版本2.Pythonlibs 中找到对应版本的whl文 … Sign in I made no changes in the files. Complete output from command python setup.py egg_info: PyTorch debug build False Install Detectron2 Please install it with the following command and try it again. The procedure was performed with reference to the following. Powered by Discourse, best viewed with JavaScript enabled. My current gcc version is 7.5.0. Python, 環境構築, pip, wordcloud, python3.8. I am getting this same error too. DETECTRON2_ENV_MODULE PyTorch debug build False inside the … Can you share what environment are you using to build the torch-1.7-CUDA11 wheel? Have a question about this project? How to downgrading gcc to 7.1.0? As a result, Jetson NX has started. Webこの記事では、pip install slycot 実行時に、『ERROR: Command errored out with exit status 1: 』と出たときの、解決策をお伝えしました。 Pythonの実行環境の違いなどで上記の方 … Δdocument.getElementById("ak_js_1").setAttribute("value",(new Date()).getTime()); Subscribe to get notified of the latest articles. sell. ERROR: Command errored out with exit status 1:解决pip install时报错,看错误信息,缺少Cython.解决方法:pip install Cython 即可Alt带尺寸的图片: 居中的图片: 居 … Get error when I running "setup.py develop for detectron2", https://sourceforge.net/projects/mingw-w64, what changes you made / what code you wrote, Intel(R) Math Kernel Library Version 2019.0.4 Product Build 20190411 for Intel(R) 64 architecture applications, Intel(R) MKL-DNN v0.20.5 (Git Hash 0125f28c61c1f822fd48570b4c1066f96fcb9b2e). לכן - אל תשאלו מה אתם צריכים לעשות כדי לייצר חדשנות, אלא, מה החדשנות יכולה לעשות עבורכם? Traceback (most recent call last): Have a question about this project? Detecting stalled AC fan in high temperature system. ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL) All Rights Reserved. CUDA_HOME /usr/local/cuda ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full c... 在pycharm中安装tslearn包时报错,安装失败 . I solved it … The text was updated successfully, but these errors were encountered: Please see solutions in https://github.com/facebookresearch/detectron2/issues?q=std%3A%3Ais_constructible. I also tried the solutions porvided by the Doc. Even though you have not provided details of how you get the error, I have tried installing Detectron2 on Colab as follows and it works: Thanks for contributing an answer to Stack Overflow! privacy statement. Any ideas on how to fix this? $ python3 -m pip install -e detectron2, Obtaining file:///home/jetson/Desktop/detectron2 With reference to the previous answer, I ran the command as follows: (Unused item purchased as a spare) Please paste the output of python -m detectron2.utils.collect_env. The package has an additional dependency on bottle-websocket, which in turn has a dependency on the gevent. $ pip3 install Cython fvcore 0.1.1, ==== to your account. בחרו לחדש ולעשות דברים אחרת בעזרת מתודולוגיה מובנית, שלוקחת בחשבון אילוצים ומתבססת על שימוש במשאבים קיימים. We’ll occasionally send you account related emails. GPU 0 GeForce RTX 2070 אבל היא גם האמצעי הטוב והאפקטיבי ביותר להשגת המטרות. Python 3.6.10 |Anaconda, Inc.| (default, May 8 2020, 02:54:21) [GCC 7.3.0] Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib ' By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy. Build settings: BLAS=MKL, BUILD_TYPE=Release, CXX_FLAGS=/DWIN32 /D_WINDOWS /GR /w /EHa /bigobj -openmp -DNDEBUG -DUSE_FBGEMM, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, USE_CUDA=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=OFF, USE_OPENMP=ON, USE_STATIC_DISPATCH=OFF. 特拉维夫大学)将 E4E 成功移植到Windows 10: StyleGAN2图像处理编码器的设计,支持Pytorch Cuda/C++ Extension, StyleClip项目支持写一段文字,指导StyleGAN2生成具备指定特征的图像。但这个项目的一些中间数据,比如:在Pytorch环境下对应于输入原图的StyleGAN2反演(Inversion)潜码, 因为windows使用较多,所以想在上面装一个pytorch环境进行学习,之前我根据个人笔记本电脑显卡型号已成功, 'import sys, setuptools, tokenize; sys.argv[0] = ', 'F:\\PySlowFast\\pyslowfast\\detectron2_repo\\setup.py', ', open)(__file__);code=f.read().replace(', ');f.close();exec(compile(code, __file__, ', 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2', "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.28.29910\ATLMFC\lib\x64", "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.28.29910\lib\x64", "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64", "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.10240.0\ucrt\x64", "/LIBPATH:C:\Program Files (x86)\Windows Kits\8.1\lib\winv6.3\um\x64", "__declspec(dllimport) struct c10::FunctionSchema __cdecl c10::detail::infer_schema::make_function_schema(class c10::ArrayRef,class c10::ArrayRef)", "__declspec(dllimport) void __cdecl c10::detail::torchCheckFail(char const *,char const *,unsigned int,class std::basic_string,class std::allocator > const &)", "__declspec(dllimport) private: void __cdecl c10::IValue::moveFrom(struct c10::IValue &&)", "__declspec(dllimport) private: void __cdecl c10::IValue::destroy(void)", "__declspec(dllimport) class at::Tensor __cdecl at::empty(class c10::ArrayRef<__int64>,struct c10::TensorOptions,class c10::optional)", "__declspec(dllimport) class at::Tensor __cdecl at::zeros(class c10::ArrayRef<__int64>,struct c10::TensorOptions)", 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.28.29910\\bin\\HostX86\\x64\\link.exe', "D:\Anaconda3\lib\site-packages\colorama\ansitowin32.py", https://blog.csdn.net/phker/article/details/117465235, KEIL软件的Error: Flash Download failed - Could not load file '..\OBJ\Template.axf'解决思路.
Wortfamilie Krank,