You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. Thank you for the learning materials you have prepared, greatly appreciated. Not related to your courses yet, I'm following your video on youtube:
and have been stuck on the following for set-up in vscode, after typing 'pip install -r requirements.txt':
ERROR: Could not find a version that satisfies the requirement triton (from versions: none)
ERROR: No matching distribution found for triton
I also get:
Using cached xformers-0.0.29.post1.tar.gz (8.5 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\User\AppData\Local\Temp\pip-install-1h24wuvr\xformers_4ba7c0ef6eeb439aa8945557e1b82fab[setup.py](http://setup.py/)", line 24, in
import torch
ModuleNotFoundError: No module named 'torch'
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.
Lastly, upon attempting to enter 'python main.py', I get the following:
WARNING: Failed to find MSVC.
WARNING: Failed to find Windows SDK.
WARNING: Failed to find CUDA.
I have noticed when it reads 'site packages' after I enter 'pip list', it reads
from: C:\Users\User\anaconda3A\Lib\site-packages
versus:
C:\Users\User\UnSloth_FineTuner-\UnSloth_FineTuner
I installed Triton (its in this second directory above) through command prompt, along with the updated 'pip' version, however in vscode its not picking these up in its 'pip list' output.
I am running this all on Windows 10 Professional. I would appreciate your assistance to get this resolved.
The text was updated successfully, but these errors were encountered:
Hi there. Thank you for the learning materials you have prepared, greatly appreciated. Not related to your courses yet, I'm following your video on youtube:
https://youtu.be/ERZ0_3yhUFE
and have been stuck on the following for set-up in vscode, after typing 'pip install -r requirements.txt':
ERROR: Could not find a version that satisfies the requirement triton (from versions: none)
ERROR: No matching distribution found for triton
I also get:
Using cached xformers-0.0.29.post1.tar.gz (8.5 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\User\AppData\Local\Temp\pip-install-1h24wuvr\xformers_4ba7c0ef6eeb439aa8945557e1b82fab[setup.py](http://setup.py/)", line 24, in
import torch
ModuleNotFoundError: No module named 'torch'
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.
Lastly, upon attempting to enter 'python main.py', I get the following:
WARNING: Failed to find MSVC.
WARNING: Failed to find Windows SDK.
WARNING: Failed to find CUDA.
I have noticed when it reads 'site packages' after I enter 'pip list', it reads
from: C:\Users\User\anaconda3A\Lib\site-packages
versus:
C:\Users\User\UnSloth_FineTuner-\UnSloth_FineTuner
I installed Triton (its in this second directory above) through command prompt, along with the updated 'pip' version, however in vscode its not picking these up in its 'pip list' output.
I am running this all on Windows 10 Professional. I would appreciate your assistance to get this resolved.
The text was updated successfully, but these errors were encountered: