Michael Vernier
Michael Vernier
@BrunoEduardoCSantos Unfortunately, I don't use ROS in my day to day any more so I don't have much insight. This could be due to a ROS version mismatch. I originally...
I ran into the same issue with PyQt5. I found one [solution](https://github.com/ankitects/anki/tree/main/pip/pyqt5) that uses a modified version of https://github.com/ali5h/rules_pip/blob/master/src/whl.py, but the AGPL license didn't work for my project. I dug...
Turns out that this solution doesn't work on macOS because of System Integrity Protection that disables the use of `DYLD_LIBRARY_PATH`. I was able to manually set an RPATH for `QtCore.abi3.so`...
> Is this why the dlib resolving happens correctly outside of Bazel? Yes. This problem doesn't seem isolated to PyQt, but any package that ships libraries in this way. i.e....
I missed that this issue was marked stale. As far as I know, this issue doesn't have a solution. Can it be reopened?
I had this happen to me too after an upgrade to 4.7. When I opened it, I selected firewall settings to allow comms on Private and Public networks. I tried...