Skip to content

Conversation

@GaneshPatil7517
Copy link

Summary

concore.py imports zmq unconditionally at line 6, but the corresponding
package pyzmq was missing from requirements.txt. This causes a fresh
install to fail with ModuleNotFoundError: No module named 'zmq'.

Fix

  • Add pyzmq to requirements.txt

Verification

  • Confirmed baseline failure: python -c "import concore"ModuleNotFoundError
  • After fix: python -c "import concore" → Success

Impact

  • Fixes fresh installs
  • No runtime behavior changes
  • Safe, minimal dependency fix

Fixes #227

Copilot AI review requested due to automatic review settings February 9, 2026 10:55
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Rahuljagwani
Copy link
Contributor

@GaneshPatil7517 lgtm

@pradeeban, I reviewed it, looks good to me.

@pradeeban
Copy link
Member

This was a PR against the main branch. Please test and develop against the dev branch. This is already fixed in the dev.

@pradeeban pradeeban closed this Feb 9, 2026
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.

pyzmq missing from requirements.txt while import zmq is unconditional

3 participants