Pablo Prietz
Pablo Prietz
A workaround is to install `jupyter` in the environment defined in `$(pyenv root)/version`.
Hi 👋🏻 I hope you all are having a good week! I am a libuvc user and it is the first time that I am looking into libusb details. Specifically,...
@mcuee Thank you for your kind words and the pointers! I have yet to read through the linked issues. Nonetheless, I have attached the code to reproduce the issue and...
What type of forwarding did you have in mind? Is the link in the repo description sufficient? Or should there be a minimal readme linking to the link above?
Hi @EveCharbie You should be able to run Pupil from source using newer Python versions than 3.6 on Linux, too. What is the exact issue that you ran into while...
Thank you for providing the traceback! Looks like the code is using deprecated functionality that was [removed in Python 3.10](https://docs.python.org/3/whatsnew/3.10.html#removed). > Remove deprecated aliases to [Collections Abstract Base Classes](https://docs.python.org/3/library/collections.abc.html#collections-abstract-base-classes) from...
Fixed in #2251
The Pupil pipeline does not rely on the realsense depth data since it is not available in many cases.
@maxb18 Could you upload one of the examples that do not export and share it with me? I would also need more information about your setup (OS, Pupil Player version,...
The `bundle` is the application that you can download from our Github release page. Running from source means downloading the source code and installing all dependencies manually. Could you try...