Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find working pyside6 mac #2

Open
wants to merge 13 commits into
base: liezl/try-pyside6
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Specify PySide6<6.6
roomrys committed Jul 19, 2024
commit cef1294ddbbc58dbb3dfd2af61de5faf612c314c
2 changes: 1 addition & 1 deletion envexp/environment.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.10
- qtpy
- pyside6<6.6.1
- pyside6<6.6
- pip
- pip:
- -e . # Install the package in the current directory
4 changes: 2 additions & 2 deletions mamba_list.txt
Original file line number Diff line number Diff line change
@@ -61,10 +61,10 @@ List of packages in environment: "/Users/liezlmaree/micromamba/envs/experiment"
pcre2 10.40 hb34f9b4_0 conda-forge
pip 24.0 pyhd8ed1ab_0 conda-forge
pixman 0.43.4 hebf3989_0 conda-forge
pyside6 6.6.0 py310h5005a96_2 conda-forge
pyside6 6.5.3 py310hc2210c7_1 conda-forge
python 3.10.14 h2469fbe_0_cpython conda-forge
python_abi 3.10 4_cp310 conda-forge
qt6-main 6.6.0 h9991a84_0 conda-forge
qt6-main 6.5.3 h9c79a27_1 conda-forge
qtpy 2.4.1 pyhd8ed1ab_0 conda-forge
readline 8.2 h92ec313_1 conda-forge
setuptools 71.0.1 pyhd8ed1ab_0 conda-forge
6 changes: 3 additions & 3 deletions pip_freeze.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-e git+https://github.com/roomrys/envexp@a23dc14ed6364af959494732508ad4237dc74636#egg=experiment&subdirectory=envexp
-e git+https://github.com/roomrys/envexp@7497b25ef4228d5041121f45d703a3beb4a54762#egg=experiment&subdirectory=envexp
packaging @ file:///home/conda/feedstock_root/build_artifacts/packaging_1718189413536/work
PySide6==6.6.0
PySide6==6.5.3
QtPy @ file:///home/conda/feedstock_root/build_artifacts/qtpy_1698112029416/work
shiboken6==6.6.0
shiboken6==6.5.3
6 changes: 3 additions & 3 deletions test.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2024-07-19 08:56:55,303 ERROR test_env Imports failed!
2024-07-19 08:58:16,164 ERROR test_env Imports failed!
Traceback (most recent call last):
File "/Users/liezlmaree/Projects/envexp/envexp/test_env.py", line 176, in test_imports
raise Exception(error)
@@ -11,6 +11,6 @@ Exception: Traceback (most recent call last):
File "/Users/liezlmaree/micromamba/envs/experiment/lib/python3.10/site-packages/qtpy/QtCharts.py", line 46, in <module>
from PySide6 import QtCharts
ImportError: dlopen(/Users/liezlmaree/micromamba/envs/experiment/lib/python3.10/site-packages/PySide6/QtCharts.abi3.so, 0x0002): Library not loaded: @rpath/libQt6Charts.6.dylib
Referenced from: <0B345FB4-AEF5-32F7-A538-C2E5ABCCCB6E> /Users/liezlmaree/micromamba/envs/experiment/lib/python3.10/site-packages/PySide6/QtCharts.abi3.so
Reason: tried: '/Users/liezlmaree/micromamba/envs/experiment/lib/python3.10/site-packages/PySide6/libQt6Charts.6.dylib' (no such file), '/Users/liezlmaree/micromamba/envs/experiment/lib/python3.10/site-packages/PySide6/../../../libQt6Charts.6.dylib' (no such file), '/Users/liezlmaree/micromamba/envs/experiment/lib/python3.10/site-packages/PySide6/libQt6Charts.6.dylib' (no such file), '/Users/liezlmaree/micromamba/envs/experiment/lib/python3.10/site-packages/PySide6/../../../libQt6Charts.6.dylib' (no such file), '/Users/liezlmaree/micromamba/envs/experiment/bin/../lib/libQt6Charts.6.dylib' (no such file), '/Users/liezlmaree/micromamba/envs/experiment/bin/../lib/libQt6Charts.6.dylib' (no such file), '/usr/local/lib/libQt6Charts.6.dylib' (no such file), '/usr/lib/libQt6Charts.6.dylib' (no such file, not in dyld cache)
Referenced from: <19889855-91C5-37FB-93D1-F446025AC8AF> /Users/liezlmaree/micromamba/envs/experiment/lib/python3.10/site-packages/PySide6/QtCharts.abi3.so
Reason: tried: '/Users/liezlmaree/micromamba/envs/experiment/lib/python3.10/site-packages/PySide6/../../../libQt6Charts.6.dylib' (no such file), '/Users/liezlmaree/micromamba/envs/experiment/lib/python3.10/site-packages/PySide6/../../../libQt6Charts.6.dylib' (no such file), '/Users/liezlmaree/micromamba/envs/experiment/bin/../lib/libQt6Charts.6.dylib' (no such file), '/Users/liezlmaree/micromamba/envs/experiment/bin/../lib/libQt6Charts.6.dylib' (no such file), '/usr/local/lib/libQt6Charts.6.dylib' (no such file), '/usr/lib/libQt6Charts.6.dylib' (no such file, not in dyld cache)