Git Product home page Git Product logo

spotifyte's Issues

Install problem on Windows Python 3.11

I've activated venv and tried install from requirements.txt

python -m venv .venv
.venv/scripts/activate
python -m pip install -U pip
python -m pip install -r requirements.txt

...
ERROR: Cannot install -r .\requirements.txt (line 2) and starlette==0.37.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested starlette==0.37.1
    fastapi 0.109.2 depends on starlette<0.37.0 and >=0.36.3

update requirements.txt

Do you use virtual env ? Your requirements.txt seems to have a lot of dependencies not related to the project. Looks like you pip freeze your default pip module install dir

  • From reddit

ImportError: DLL Load Failed While Importing QtCore

Followed the install instructions, although my main.py is in the /src directory, so CD /src then python -m main.py.

PS C:\Tools\Spotifyte\src> python -m main.py Traceback (most recent call last): File "C:\Python310\lib\runpy.py", line 187, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "C:\Python310\lib\runpy.py", line 110, in _get_module_details __import__(pkg_name) File "C:\Tools\Spotifyte\src\main.py", line 6, in <module> from qfluentwidgets import (NavigationBar, NavigationItemPosition, MessageBox, File "C:\Python310\lib\site-packages\qfluentwidgets\__init__.py", line 17, in <module> from .components import * File "C:\Python310\lib\site-packages\qfluentwidgets\components\__init__.py", line 1, in <module> from .dialog_box import * File "C:\Python310\lib\site-packages\qfluentwidgets\components\dialog_box\__init__.py", line 1, in <module> from .color_dialog import ColorDialog File "C:\Python310\lib\site-packages\qfluentwidgets\components\dialog_box\color_dialog.py", line 2, in <module> from PySide6.QtCore import Qt, Signal, QPoint, QRegularExpression, QSize ImportError: DLL load failed while importing QtCore: The specified procedure could not be found.

Windows 11 fully updated, Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)] on win32

What can I do to help troubleshoot? I am really eager to try this out.

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.