Skip to content

intallation error - pyside6 requirement met #55

Description

@cilik-rugu

Hi, I have been trying to install ALMA on a new computer. In the past I did not experience any problem.
Specs and code is below:
windows 11
conda 24.9.2

Here is a list of pyside:

(venv_python_3_10) C:\Users\ugurkilic\Downloads\alma>conda list | findstr pyside
pyside6 6.10.1 pypi_0 pypi
pyside6-addons 6.10.1 pypi_0 pypi
pyside6-essentials 6.10.1 pypi_0 pypi

Python 3.10.19

The error code is:

(venv_python_3_10) C:\Users\ugurkilic\Downloads\alma>pip install --upgrade pip
Requirement already satisfied: pip in c:\users\ugurkilic\appdata\local\anaconda3\envs\venv_python_3_10\lib\site-packages (25.3)

(venv_python_3_10) C:\Users\ugurkilic\Downloads\alma>pip install pyside6
Requirement already satisfied: pyside6 in c:\users\ugurkilic\appdata\local\anaconda3\envs\venv_python_3_10\lib\site-packages (6.10.1)

(venv_python_3_10) C:\Users\ugurkilic\Downloads\alma>python ./alma.py
Traceback (most recent call last):
File "C:\Users\ugurkilic\Downloads\alma\alma.py", line 2, in
from PySide6.QtWidgets import QApplication, QMainWindow, QStackedWidget, QMenuBar, QStatusBar
ImportError: DLL load failed while importing QtWidgets: The specified procedure could not be found.

THank you very much!

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