This situation occurs to me not even once. I was trying to install and run stable diffusion webui onto my Windows 10 laptop.
I created a new environment for it since python version 3.10.6 is required(tested whatsoever) and install pytorch meeting my cuda version. However, when I was running webui-user.bat it just installs pytorch again, which I believe is the latest version but not sure about the compatibility. And here it goes two folders for python 3.10:
D:\Anaconda3\envs\myenv\Lib\site-packages
C:\Users\Username\AppData\Roaming\Python\Python310\site-packages
I have no idea how this happens and when I check
torch.__path__
it just returns the first site-packages folder yet when I ckeck
where python
under my new environment, it returns three results:
1. Anaconda\envs\myenv\python.exe
2. Anaconda\python.exe
3. \Users\Username\AppData\Local\Microsoft\WindowsApps\python.exe
Unfortunately, there is another Python38 under the folder roaming
and attached site-packages
. Any help will be appreciated.