Open bryanhjn opened 4 years ago
After installing numpy (using:)
pip install numpy
Runing the post-install again:
Failed a sanity check. You should tell the devs about this!
Traceback (most recent call last):
File ".\postinstall.py", line 10, in
lol this is NOT caused by numpy and you don't need to install dependencies yourself.
It is caused by an error before it: CondaValueError: invalid package specification: x264=='1!152.20180717'
This will cause the conda environment fail to create, so those dependencies won't install automatically.
Please comment or just simply delete the last line - x264=='1!152.20180717'
in environment.yml
, and run the installation again.
Note that this just a temporary fix, and may lead to x264 encoded videos fail to load.
I have the same error
@csrednicki What version of Yanderify are you using?
@csrednicki What version of Yanderify are you using?
Latest, today I cloned repo
Umm, I hope it's not the repository files themselves. The main branch also is the really buggy v3 (a lot of people reported installation issues for v3). For official releases I recommend either v4.0.3 or 2.0.5 or if you got an RTX 3K card, then the new v5 alpha.
If you're looking for the source code specifically instead, like for the latest v4 version, it has it's own branch with the code.
@HenrijsS So have you solve the errors you mentioned? I also meet the same, could you please deliver me the way!?
@HenrijsS So have you solve the errors you mentioned? I also meet the same, could you please deliver me the way!?
You got this issue on a release or you downloaded the repo for changing the source code only?
@Animan8000 just download the clone ZIP
@Animan8000 just download the clone ZIP
I'm sorry for the late response. You wanna download a release I assume, not clone the repository (cloning is for messing with the source code and changing it. Also the main branch is outdated if you're interested into the source code only, latest-v4 is the newest branch if you're looking for that).
If you're using one of the new RTX 3K cards, then you probably wanna try the new alpha, otherwise I do recommend a version like v4.0.3 (don't forget downloading the checkpoint for that version) or v2.0.5.
Failed a sanity check. You should tell the devs about this! Traceback (most recent call last): File "install\postinstall.py", line 10, in
raise e
File "install\postinstall.py", line 4, in
import numpy as np
ModuleNotFoundError: No module named 'numpy'