mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 05:16:31 +00:00
rewrite to zmq push and pull patterns.
file load works, suite can start up
This commit is contained in:
+3
-1
@@ -35,6 +35,8 @@ Linux
|
||||
|
||||
|
||||
<h3>Install dependencies</h3>
|
||||
1. Install python with max version 3.11. Pytorch for now supports 3.11 max
|
||||
|
||||
Make sure that your virtual env is installed with links to the global python packages and headers, like this:
|
||||
```
|
||||
python -m venv --system-site-packages venv
|
||||
@@ -48,7 +50,7 @@ This is crucial for the build because build needs Python.h header and other file
|
||||
pip install ultralytics
|
||||
|
||||
pip uninstall -y opencv-python
|
||||
pip install opencv-python cython msgpack cryptography rstream
|
||||
pip install opencv-python cython msgpack cryptography rstream pika zmq
|
||||
```
|
||||
In case of fbgemm.dll error (Windows specific):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user