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

add pyqt=5 to installation step #6

Closed
prjemian opened this issue Oct 25, 2024 · 4 comments
Closed

add pyqt=5 to installation step #6

prjemian opened this issue Oct 25, 2024 · 4 comments

Comments

@prjemian
Copy link
Collaborator

This step

conda create -y -n $ENV_NAME python=3.11 pyepics

also needs to install pyqt=5 to get its Qt library dependencies installed.

prjemian added a commit that referenced this issue Oct 25, 2024
@prjemian
Copy link
Collaborator Author

@prjemian
Copy link
Collaborator Author

@MDecarabas - You reversed this in 7a7d5f0. Why?

@prjemian prjemian reopened this Oct 30, 2024
@MDecarabas
Copy link
Collaborator

When installing the package when specifying the binaries from Conda the package does not build properly and errors out. Creating a clean Conda environment with only the Pyepics binaries fixed that.

@prjemian
Copy link
Collaborator Author

Worked for me the way it is now.

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