-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing ZMQ packages for MATLAB #50
Comments
I am not telepathic, so I'd suggest you provide the error message
(verbatim) so we can potentially help.
…On Thu, 14 Jan 2021 at 14:17, ZahraRezazadeh1 ***@***.***> wrote:
I am totally new to ZMQ. To provide an interaction between my eye tracking
device (Pupil Core) and MATLAB (R2020b), I have to install two packages:
https://github.com/fagg/matlab-zmq
https://github.com/bastibe/matlab-msgpack
They cannot be installed correctly and I keep getting errors.
I need to know what is missing on my laptop (Windows 10 Pro), for them to
be correctly installed.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#50>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANJNBFI6FZXWUZCZHQENOLSZ47NBANCNFSM4WC4W66Q>
.
|
Sorry for the miscommunication. Windows 10 Pro I am trying to interact with my eye tracking device, and as I run the script that uses ZMQ, I get this error: Error using zmq.core.ctx_new Error in pupil_remote_control (line 13) |
Have I explained the error clearly? Do I need to mention more information about the problem? |
I'd appreciate your guidance as soon as it is possible for you, since I'm on a clock here. I need to figure out what I'm doing wrong. |
ZMQ_COMPILED_LIB = 'libzmq-v141-mt-4_3_2.lib';
Please also note that this project is not a full-time endeavor for me and I am not compensated for my time spent working on this. There is no guarantee of any support or warranty at all, let alone on a timeline specified by you or anyone else. I have a demanding full time job and other priorities that take precedence over answering Github tickets. As such, the service-level agreement is that I will endeavor to answer when I am able to. Please be understanding of this. |
make.m ran successfully, as shown here:
but the script where I try to communicate with my device still gives an error.
and the error is:
while the module exists exactly where it's looking for it. |
I understand the service-level agreement, but if you know how this problem can be solved, or you know someone who knows, pleeease let me know. |
Ok I got it to work!
Any idea how to solve this? |
I am totally new to ZMQ. To provide an interaction between my eye tracking device (Pupil Core) and MATLAB (R2020b), I have to install two packages:
https://github.com/fagg/matlab-zmq
https://github.com/bastibe/matlab-msgpack
They cannot be installed correctly and I keep getting errors.
I need to know what is missing on my laptop (Windows 10 Pro), for them to be correctly installed.
The text was updated successfully, but these errors were encountered: