Code Monkey home page Code Monkey logo

Comments (6)

alexbofa avatar alexbofa commented on August 15, 2024

The same

File "D:\SD\launch.py", line 39, in <module>
    main()
  File "D:\SD\launch.py", line 35, in main
    start()
  File "D:\SD\modules\launch_utils.py", line 390, in start
    import webui
  File "D:\SD\webui.py", line 61, in <module>
    from modules import shared, sd_samplers, upscaler, extensions, localization, ui_tempdir, ui_extra_networks, config_states
  File "D:\SD\modules\sd_samplers.py", line 1, in <module>
    from modules import sd_samplers_compvis, sd_samplers_kdiffusion, shared
  File "D:\SD\modules\sd_samplers_compvis.py", line 9, in <module>
    from modules import sd_samplers_common, prompt_parser, shared
  File "D:\SD\modules\sd_samplers_common.py", line 5, in <module>
    from modules import devices, processing, images, sd_vae_approx, sd_samplers, sd_vae_taesd
  File "D:\SD\modules\processing.py", line 13, in <module>
    from skimage import exposure
  File "D:\SD\venv\lib\site-packages\skimage\__init__.py", line 141, in <module>
    from .data import data_dir
  File "<frozen importlib._bootstrap>", line 1075, in _handle_fromlist
  File "D:\SD\venv\lib\site-packages\lazy_loader\__init__.py", line 77, in __getattr__
    submod = importlib.import_module(submod_path)
  File "D:\SD\python\lib\importlib\__init__.py", line 126, in import_module    return _bootstrap._gcd_import(name[level:], package, level)
  File "D:\SD\venv\lib\site-packages\skimage\data\_fetchers.py", line 134, in <module>
    image_fetcher, data_dir = create_image_fetcher()
  File "D:\SD\venv\lib\site-packages\skimage\data\_fetchers.py", line 117, in create_image_fetcher
    path=pooch.os_cache("scikit-image"),
  File "D:\SD\venv\lib\site-packages\pooch\utils.py", line 99, in os_cache
    return Path(appdirs.user_cache_dir(project))
  File "D:\SD\venv\lib\site-packages\appdirs.py", line 293, in user_cache_dir
    path = os.path.normpath(_get_win_folder("CSIDL_LOCAL_APPDATA"))
  File "D:\SD\venv\lib\site-packages\appdirs.py", line 481, in _get_win_folder_with_pywin32
    dir = shell.SHGetFolderPath(0, getattr(shellcon, csidl_name), 0, 0)
pywintypes.com_error: (-2147024893, 'The system cannot find the path specified.', None, None)
Press any key to continue . . .```

from sd-wav2lip-uhq.

numz avatar numz commented on August 15, 2024

Hi!

Really sorry about this error, can you tell me :

  • the python version use in your installer?
  • the webui version?

Thanks

from sd-wav2lip-uhq.

alexbofa avatar alexbofa commented on August 15, 2024

Hello!

Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec  6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)]
Version: v1.5.1
Commit hash: 68f336bd994bed5442ad95bad6b6ad5564a5409a

I fixed it like this, but I don't know if it's right, but it works.
I assume this is an error in the appdirs module

I created a .bat with such data, before replacing ..\extensions\sd-wav2lip-uhq\requirements.txt this requirements.txt

set appdata=tmp
set userprofile=tmp
set temp=tmp
set path=git\cmd;python;venv\scripts
call venv\scripts\activate.bat
pip uninstall appdirs

from sd-wav2lip-uhq.

numz avatar numz commented on August 15, 2024

Thanks for your fix,

Appdirs is a depreciate package, i'm ok with the solution

I close this issue because it not due to sd-wav2lip-uhq

Thanks

from sd-wav2lip-uhq.

alexbofa avatar alexbofa commented on August 15, 2024

Do you know why it can be created appdirs? I can't find an extension yet that creates this module from time to time.

from sd-wav2lip-uhq.

numz avatar numz commented on August 15, 2024

I think that came from your Installer

Ask to the dev

Regards

from sd-wav2lip-uhq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.