-
Notifications
You must be signed in to change notification settings - Fork 100
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
Blender Problem With Facsvatar #9
Comments
Thank you for your error report Mojay. I came across a similar (the same?) problem on my Windows 7 machine, but it worked on a Windows 10 machine, so I thought it was a W7 problem. Apparently there is some other reason. I'll try to find out what causes the issue, but I don't have access to my W7 machine for a few days. I'll post an update here once I figure out the issue. |
Many thanks Numes – sorry about typo in your name!
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
…________________________________
From: NumesSanguis <[email protected]>
Sent: Wednesday, January 16, 2019 6:04:23 PM
To: NumesSanguis/FACSvatar
Cc: Mojay1664; Author
Subject: Re: [NumesSanguis/FACSvatar] Blender Problem With Facsvatar (#9)
Thank you for your error report Mojay. I came across a similar (the same?) problem on my Windows 7 machine, but it worked on a Windows 10 machine, so I thought it was a W7 problem. Apparently there is some other reason.
I'll try to find out what causes the issue, but I don't have access to my W7 machine for a few days. I'll post an update here once I figure out the issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#9 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AX3RKvWkaOh6KPrHnuddBIx-WcHtJQA3ks5vD74HgaJpZM4aDmYD>.
|
Sorry, I haven't been able to identify the cause of the problem yet... If you absolutely have to do it now, you can use W10's Hyper-V and install an image of Ubuntu 18.04. Then setup FACSvatar in here. I haven't tested it myself in a virtual machine, but you might have more luck this way. |
I'm in no hurry so I will wait until you have sorted it/developed the plugin. Many thanks. |
It is still an issue, so I'll keep it open ;) |
I am following video to use Facsvatar for blender on windows 10. When i run python main.py in my process_bridge folder i got following errors: Kindly help E:\FACSvatar\modules\process_facstoblend>python main.py INFO:root:Current libzmq version is 4.3.2 |
Sorry for the slow response, I was on holidays. It looks like a ZMQ library error. Maybe an update has changed something?
and then paste the output here? When pasting code and output on GitHub, wrap it around `: |
conda list output: packages in environment at C:\Anaconda:Name Version Build Channel_ipyw_jlab_nb_ext_conf 0.1.0 py38_0 |
Kindly help me out, this problem is still same. |
Hi Numes, is there any further update on this issue?? I'm encountering this error for Blender 3.3. I've tried re-installation of python and pyzmq to resolve any dependencies, but this error persists. Then I installed previous version of Blender(2.79) and the same pyzmq was working perfectly fine. I'm able to use offline openface file in blender 2.79. Though it's extremely slow and I'm still trying to resolve this error with Blender 3.3. Please let me know if you found any solution or workaround for this issue. Thanks |
@Monika-cnb Instead of here, I replied to your issue here: #36 |
Hi Nunes
I have been following your video trying to set up Facsvatar with Blender 2.80 and 2.95b on Windows 10. I have got the 3 Anaconda windows working as in the video but when I enter the first two lines from facsvatar_zeromq.py in the Blender python console, Blender does not freeze but the script runs to error as below and I am at a loss as to what is wrong. Both environments have python (3.7 and 3.5 respectively) and pyzmq.
I’m not too tech savvy – this is the first time I’ve used Anaconda and environments so I would appreciate any simple guidance you can give.
That said what a marvelous project you have.
Traceback (most recent call last):
File "<blender_console>", line 1, in
File "C:\Users\mojay\FACSvatar-master (7)\blender\facsvatar_zeromq.py", line 9, in
import zmq
File "C:\Users\mojay\Anaconda3\envs\blender\Lib\site-packages\zmq_init_.py", line 47, in
from zmq import backend
File "C:\Users\mojay\Anaconda3\envs\blender\Lib\site-packages\zmq\backend_init_.py", line 40, in reraise(*exc_info)
File "C:\Users\mojay\Anaconda3\envs\blender\Lib\site-packages\zmq\utils\sixcerpt.py", line 34, in reraise raise value
File "C:\Users\mojay\Anaconda3\envs\blender\Lib\site-packages\zmq\backend_init_.py", line 27, in ns = select_backend(first)
File "C:\Users\mojay\Anaconda3\envs\blender\Lib\site-packages\zmq\backend\select.py", line 27, in select_backend mod = import(name, fromlist=public_api)
File "C:\Users\mojay\Anaconda3\envs\blender\Lib\site-packages\zmq\backend\cython_init.py", line 6, in from . import (constants, error, message, context,
ImportError: cannot import name 'constants' from 'zmq.backend.cython' (C:\Users\mojay\Anaconda3\envs\blender\Lib\site-packages\zmq\backend\cython_init_.py)
Regards
Mojay
The text was updated successfully, but these errors were encountered: