Install ONNX
Making: https://github.com/onnx/onnx
Making: https://github.com/onnx/onnx
conda install -c conda-forge protobuf numpy
sudo apt-get install protobuf-compiler libprotoc-dev
pip install onnx
pip install pytest==2.8 nbval
I started with PIP Install Pytest NBval and reported the following error,
Then I pass the prompt nbVAL 0.9.6 requires Pytest> =2.8, but you’ll have pytest 0.0.0 which is incompatible. I made a version of PyTest and retyped the command to install it successfully.
Then I input Pytest to verify whether the installation is successful. The prompt says that I did not install it. According to the following prompt, I input the following command and then input Pytest.
sudo apt install python-logilab-common
For example, If I go into a project folder and type PyTest, the output looks like the following to indicate that the installation is successful.
Read More:
- [Solved] Could not find a version that satisfies the requirement onnx (from onnx-graphsurgeon0.2.6)
- onnx.onnx_cpp2py_export.checker.ValidationError
- [Solved] ONNXImporter::handleNode DNN/ONNX和create layer “onnx::Gather_384“ of type “NonMaxSuppression“
- AttributeError: Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘H:\\yolov5-5.0\\models\\
- TypeError(‘Keyword argument not understood:‘, ‘***‘) in keras.models load_model
- Mmdetection reports an error when running its own coco dataset. Does not match the length of \ ` classes \ ` 80) in cocodataset
- How to Use Truffle to Deploy contracts on moonbeam
- onnx-tensorrt/builtin_op_importers.cpp:766:12: error: ‘class nvinfer1::IDeconvolutionLayer’ has no m
- [learning opengl 22 step by step] – OpenGL importing 3D models with assimp Library
- Deploy mongodb fragment combined with replica set to realize distributed storage of MySQL database files (step 10)
- Win7 system build PHP + MySQL + Apache environment + deploy ECSHOP project
- Solve the problem of Python in Windows environment: Fatal error in launcher: Unable to create process using’”‘ in pip installation
- How to install scikit learn and other scientific computing libraries in Ubuntu 16.04
- How to Fix ”is not in the sudoers file“ in Linux
- Syntax error, insert “Finally” to complete TryStatem in Myeclipse in Java-
- Change the path in the user directory in Chinese Ubuntu to English
- The browser console reports failed to load resource: net :: ERR_CONNECTION_RESET, which results in unable to log in
- How to Install Python 3 in Centos7 Quickly
- How to deal with NullPointerException error in row.getlong in spark – sparksql
- Error: undefined reference to ‘CV:: xxx’ encountered in using OpenCV in QT