Skip to content

Fix pip install -r requirements-dev.txt invocations#119

Merged
stevehenke merged 1 commit intoAdvancedPhotonSource:mainfrom
kurtmckee:update-dev-requirements
Feb 24, 2026
Merged

Fix pip install -r requirements-dev.txt invocations#119
stevehenke merged 1 commit intoAdvancedPhotonSource:mainfrom
kurtmckee:update-dev-requirements

Conversation

@kurtmckee
Copy link
Copy Markdown
Contributor

I checked out the repository and attempted to install the dev requirements, but had two errors:

ERROR: Could not find a version that satisfies the requirement pyqt (from versions: none)
ERROR: No matching distribution found for pyqt

When attempting to run ptychodus, I saw a warning that PyQT5 could not be imported:

[WARNING] ptychodus.__main__: PyQt5 not found.

After fixing that, I got this error:

  × No solution found when resolving dependencies:
  ╰─▶ Because python was not found in the package registry and you require python>=3.10, we can conclude that your requirements are unsatisfiable.

With these two items addressed, I was able to run pip install requirements-dev.txt and successfully launch ptychodus.

@stevehenke stevehenke merged commit 3d0fa2c into AdvancedPhotonSource:main Feb 24, 2026
@kurtmckee kurtmckee deleted the update-dev-requirements branch February 24, 2026 15:09
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

Successfully merging this pull request may close these issues.

2 participants