Skip to content

Add offline Python dependency installation instructions for plugin (#985)#1031

Open
uvv-01 wants to merge 2 commits intoopenvinotoolkit:masterfrom
uvv-01:offline-plugin-install
Open

Add offline Python dependency installation instructions for plugin (#985)#1031
uvv-01 wants to merge 2 commits intoopenvinotoolkit:masterfrom
uvv-01:offline-plugin-install

Conversation

@uvv-01
Copy link

@uvv-01 uvv-01 commented Jan 29, 2026

This PR addresses issue #985: Unable to use plugin offline due to missing dependencies.

Changes included:

  • Added requirements.lock.txt with frozen dependencies.
  • Added offline_install.md with instructions for offline installation.
  • Downloaded required wheels (numpy, openvino-telemetry) into offline_packages/ folder.

These changes allow users to install the plugin and its dependencies on a machine without internet access.

Steps to test:

  1. Clone the repository.
  2. Follow instructions in offline_install.md to install dependencies offline.
  3. Verify that the plugin works without internet connection.

Linked issue: #985

@uvv-01 uvv-01 requested a review from a team as a code owner January 29, 2026 12:14
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 29, 2026
@uvv-01
Copy link
Author

uvv-01 commented Jan 29, 2026

@ngaloppo @abrown @alvoron @keyur2maru ,
sir can you please approve the workflow.

@uvv-01
Copy link
Author

uvv-01 commented Feb 1, 2026

.check

@uvv-01
Copy link
Author

uvv-01 commented Feb 4, 2026

Note

sir could you please and pass the checks @ngaloppo @abrown @alvoron @keyur2maru

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments