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

pyside2 matplotlib backend #155

Closed
rth opened this issue Apr 16, 2018 · 3 comments
Closed

pyside2 matplotlib backend #155

rth opened this issue Apr 16, 2018 · 3 comments

Comments

@rth
Copy link
Member

rth commented Apr 16, 2018

I was wondering if there is any recommended way to use builds from this feedstock in combination with another matplotlib backend such as pyside2?

I see that pyqt5 is pinned at build time; does it mean that installing matplotlib,

conda install -c conda-forge matplotlib

and then force installing pyside2,

conda uninstall --force pyqt5
conda install -c conda-forge --force pyside2

is not a good idea with respect to binary compatibility? Would something like be impacted by the support of optional dependencies in conda/conda#4982?

@rth
Copy link
Member Author

rth commented May 22, 2018

I think #2 would address this.

@rth rth closed this as completed May 22, 2018
@marcelm
Copy link
Contributor

marcelm commented May 23, 2018

I’ve opened PR #157, which would address this. With that version of the package, you would just need to install the desired Python Qt wrapper package alongside matplotlib:

conda install matplotlib pyside

@rth
Copy link
Member Author

rth commented May 23, 2018

Great, thank you @marcelm !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants