chenjm
Results
2
comments of
chenjm
参考:https://github.com/tnfe/FFCreator/issues/200 ``` cd server xvfb-run -s "-ac -screen 0 1280x1024x24" node app.js ```
AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline'
``` pip uninstall opencv-python ``` 卸载 `cv2`之后,上面的错误不出现,但报其他错误。 ``` python3.9/site-packages/xformers/_C.so: undefined symbol: _ZN3c104impl8GPUTrace13gpuTraceStateE ```