-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ModuleNotFoundError: No module named 'modules' #198
Comments
Same I got this as well. Seems like it is expecting a "modules" directory in avatarify/afy? |
Do you have |
No i dont have |
Then I suppose you need to check why the script didn't download the |
This issue usually arises from two things:
|
My Anaconda environment is able to find git so I am not sure why it isnt working. There doesnt seem to be the "fomm" directory in the master branch as well. Is that a potential reason? |
i have re-install avatarify 3 times, in windows 2 times with same error. the last one i install it at my linux (first try it can run, but second try they are error with different line) |
I had this error, so I reran a clean install and then I had the yaml module not found error This now works |
After running "scripts/install_windows.bat", my avatarify virtual env loses git. And I see the following conflicting messages. I think the .bat file recreates the avatarify virtual env without git so git clone fails. Anyway I can go around this? I've tried copying the modules files from https://github.com/AliaksandrSiarohin/first-order-model but his version of OcclusionAwareGenerator does not have "encode_source". |
please help me out Traceback (most recent call last): |
You can check whether your git is installed properly noting that the .bat files are creating a virtual environment. In my case, all virtual environments don't come with git by default. So I had to open the .bat files as text and added "conda install -c anaconda git" after "conda activate avatarify" |
@jamjs98764 thanks so much for replying but i have tried again but still same issue |
modules在fomm文件夹中,可以把整个modules文件拷贝到afy文件夹即可 |
hello after fixing all these bugs |
@PuvShur how did you fix this error, i.e. "No module named 'modules'"? I'm trying to figure out if this still exists or if it can be closed. Regarding your new error, I guess you might have a broken image in the avatars folder. I'm adding a check to the code so that it doesn't crash when this happens #345 |
@JohanAR, when installing avatarify, I downloaded something to the fomm folder, I created a modules folder in the C: \ Users \ **** \ miniconda3 directory and copied this folder and its contents there |
I have an issue no module name request I don't know how to fix it |
This comment was marked as spam.
This comment was marked as spam.
Pip cv2 refused to install |
This comment was marked as spam.
This comment was marked as spam.
Please how do I fix this
…On Fri, Dec 16, 2022 at 4:40 PM vuexiaob ***@***.***> wrote:
您好,您的来信已收到,谢谢!
—
Reply to this email directly, view it on GitHub
<#198 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4ZE6BCWFNW4T35EP635UPTWNSENHANCNFSM4NR2Q5SA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
您好,您的来信已收到,谢谢!
|
hello, |
Just start over with this method https://github.com/technopremium/avatarify-python-youtube/blob/master/README.md if it works please let me know |
decided to try this solution and got to install cv2 but keep showing this below (avatarify) C:\Users\PHAVOUR OTF\avatarify-python>pip install cv2 did you specify any version when installing cv2? |
您好,您的来信已收到,谢谢!
|
找不到 fomm 文件夹或模块,我知道这是因为 scripts\run_windows.bat 没有下载到最后,我该如何纠正? 请需要一些帮助 |
having same issues here |
您好,您的来信已收到,谢谢!
|
ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) |
@vuexiaob i cant understand you, could you help me with translation |
@lewis30adams I put it into google translate, appears to be some kind of auto-reply just saying the message has been received. |
On Tue, May 2, 2023 at 6:21 PM Johan ***@***.***> wrote:
@lewis30adams <https://github.com/lewis30adams> I put it into google
translate, appears to be some kind of auto-reply just saying the message
has been received.
—
Reply to this email directly, view it on GitHub
<#198 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6Z5EJW2HUXY7PAXHDMFOJLXEE675ANCNFSM4NR2Q5SA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
Please do you know how I could get my software installed without errors
|
1684165291.497923] Loading Predictor please do something about this |
where did you get the modules files |
您好,您的来信已收到,谢谢!
|
I found the reason why, it's because the scripts/install_windows.bat file was not executed successfully. Please go to the 'avatarify-python' directory and execute the git command 'git clone https://github.com/alievk/first-order-model.git fomm' to solve the problem. Please note that my installation method mainly refers to #573 |
您好,您的来信已收到,谢谢!
|
File "cam_fomm.py", line 16, in pls how do i solve this |
您好,您的来信已收到,谢谢!
|
Type in English... church YouTube for my video |
Get your installation, easy step by step tutorial here. |
Traceback (most recent call last):
File "afy/cam_fomm.py", line 175, in
from afy import predictor_local
File "C:\Users\MyComputer\avatarify\afy\predictor_local.py", line 4, in
from modules.keypoint_detector import KPDetector
ModuleNotFoundError: No module named 'modules'
The text was updated successfully, but these errors were encountered: