-
Notifications
You must be signed in to change notification settings - Fork 262
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
Getting it installed and running on Windows 10.. #130
Comments
I changed xformers==0.0.13 to xformers==0.0.12 in requirements and got past this error. That may be a problem. Maybe 0.0.12 doesn't perform similarly or at all to 0.0.13 in this program.. we'll see.. but onto the next error Next error is: Collecting simplejson==3.18.4 (from -r requirements.txt (line 16)) so it fails on motion-vector-extractor==1.0.6 I try: as it says to do so from this site: and that doesn't work.. same error I try pip3 instead of pip... doesn't work.. same error I found the github for it apparently.. going to try to save the zip code, and install it manually (I also went to the xformers github and downloaded 0.0.13 code.. and will attempt to manually install that, if I can find where to and do it right) so I put the mv-extractor-1.0.6 and exformers-0.0.13 folders into anaconda3\envs\vgen\Lib\site-packages folder... no clue if that's correct, but that's where we're at... neither of those worked.. xformers still only recognized 0.0.12.. not 13.. and still failed at motion-vector-extractor |
ok.. I'm getting far along now by following this comment: In requirements I changed xformers to 0.0.16 And you have to comment out motion-vector-extractor==1.0.6 and triton==2.0.0.dev20221120... comment out means you have to put # in front of them.. so requirements.txt should look like easydict==1.10 |
Everything loaded from requirements.txt with that.. (obviously besides the 2 that were commented out.. Next error: Getting Started with VGen Executing the following command to enable distributed training is as easy as that. python train_net.py --cfg configs/t2v_train.yaml So I ran that line of code and: Traceback (most recent call last): Any ideas on fixing this? train_net.py file is there. As far as tools.. i don't know. I run pip list command and I have toolz with a z, but not with s. tools.py is in other subfolders but not the main vgen folder, and there's a Tools folder there in the main folder |
pip3 install tools command fixed that error... Someone also wrote: too late for me to follow that advice next error is: Traceback (most recent call last): Ideas on how to fix this one? |
I've tried before and had tons of errors.. gave myself a break and trying again.
I downloaded the Zip file and extracted it.. downloaded anaconda.. I have my "Edit the system environment variables" > "Edit variables" > "Path" set to Python 3.8 on top.. scripts and the main folder
I follow the setup steps.. 1, 2, and 3.. I run step 4 and requirements.tst does not exist.. so where is requirements.txt? That's in the zip folder of code from the github here, so I paste all of those files over to the anaconda environment..
I cd (change directory) to the conda environment.. where the requirements.txt file now is..
Then I run step 4 again and some code runs through, but first error is:
"(vgen) PS C:\Users\USERNAME\anaconda3\envs\vgen> pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting easydict==1.10 (from -r requirements.txt (line 1))
Using cached easydict-1.10-py3-none-any.whl
Collecting tokenizers==0.12.1 (from -r requirements.txt (line 2))
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/e4/07/4220b22988667259b793cfb87cdd1fa6ef0e375d149d30ac0190ba6ced7d/tokenizers-0.12.1-cp38-cp38-win_amd64.whl (3.3 MB)
Requirement already satisfied: numpy>=1.19.2 in c:\users\username\anaconda3\envs\vgen\lib\site-packages (from -r requirements.txt (line 3)) (1.24.4)
Collecting ftfy==6.1.1 (from -r requirements.txt (line 4))
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/e1/1e/bf736f9576a8979752b826b75cbd83663ff86634ea3055a766e2d8ad3ee5/ftfy-6.1.1-py3-none-any.whl (53 kB)
Collecting transformers==4.18.0 (from -r requirements.txt (line 5))
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/8f/e9/c2b4c823b3959d475a570c1bd2df4125478e2e37b96fb967a87933ae7134/transformers-4.18.0-py3-none-any.whl (4.0 MB)
Collecting imageio==2.15.0 (from -r requirements.txt (line 6))
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/49/f9/4986d7ea281875be92f7780b1d77c1e2e1d1b8f6669c9bb784065c7777cc/imageio-2.15.0-py3-none-any.whl (3.3 MB)
Collecting fairscale==0.4.6 (from -r requirements.txt (line 7))
Using cached fairscale-0.4.6-py3-none-any.whl
Collecting ipdb (from -r requirements.txt (line 8))
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/0c/4c/b075da0092003d9a55cf2ecc1cae9384a1ca4f650d51b00fc59875fe76f6/ipdb-0.13.13-py3-none-any.whl (12 kB)
Collecting open-clip-torch==2.0.2 (from -r requirements.txt (line 9))
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/3a/d8/f4bdff87f2b2e89f6e46b6537e4f43029cf46119d196308290032468a074/open_clip_torch-2.0.2-py3-none-any.whl (1.4 MB)
Collecting xformers==0.0.13 (from -r requirements.txt (line 10))
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/fd/20/da92c5ee5d20cb34e35a630ecf42a6dcd22523d5cb5adb56a0ffe8d03cfa/xformers-0.0.13.tar.gz (292 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\USERNAME\AppData\Local\Temp\pip-install-7efz_oao\xformers_76defd4f1ddd4088bfb9617984846c76\setup.py", line 239, in
ext_modules=get_extensions(),
File "C:\Users\USERNAME\AppData\Local\Temp\pip-install-7efz_oao\xformers_76defd4f1ddd4088bfb9617984846c76\setup.py", line 157, in get_extensions
raise RuntimeError(
RuntimeError: CUTLASS submodule not found. Did you forget to run
git submodule update --init --recursive
?[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details."
So the first failure is on xformers I assume? Help on how to get beyond this error and onto the next one?
The text was updated successfully, but these errors were encountered: