Simon Savary

Results 2 comments of Simon Savary

I ran into the same error (OS 14.4, python 3.7.x), here's my workaround: 1. cd /Applications/veles.app/Contents/Resources/veles-server 2. mv venv venv_old 3. python3 -m venv venv 4. source venv/bin/activate 5. download...

I was coming here for the same issue. Nice work. Unless I misread it, I think you missed another place where your patch would be required: read_depth_buf() in renderer.py *edit:...