Skip to content

qdarktheme #11

@ghost

Description

after install i tried to run and i get
python 1fichier-dl.py Traceback (most recent call last): File "/Users/cerinawithasea/Downloads/1fichier-dl-main/1fichier-dl.py", line 5, in <module> from core.gui import gui File "/Users/cerinawithasea/Downloads/1fichier-dl-main/core/gui/gui.py", line 7, in <module> import qdarktheme ModuleNotFoundError: No module named 'qdarktheme'
my chatbot tried a few things then said
It looks like qdarktheme` is not available for installation via pip, which could indicate a typo in the module name, a private package not hosted on PyPI, or the need for a different method of installation. Here are a few steps you can try:

  1. Double-check the spelling of the module name in your script, 1fichier-dl.py, and confirm it matches the intended package you're trying to use.
  2. If it is supposed to be a public package, search for qdarktheme or a similar name on PyPI to confirm its availability and correct spelling.
  3. If qdarktheme is intended to be a third-party or proprietary library, make sure you have access, and check any documentation provided to obtain it.

If it's none of these, you may need to contact the developer of the script or consult its documentation for further guidance.`
she has never quit and told me to contact the dev, so here i am. I absolutely am not comfortable messing with the script all willy nilly
I don't know if it matters but im on a m1 macbook air

I also tried to do it in a venv and the exact same thing happened

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions