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

bug: package opentrons-hardware is not published to pypi #14208

Open
strangemonad opened this issue Dec 14, 2023 · 1 comment
Open

bug: package opentrons-hardware is not published to pypi #14208

strangemonad opened this issue Dec 14, 2023 · 1 comment
Labels

Comments

@strangemonad
Copy link
Contributor

strangemonad commented Dec 14, 2023

[@SyntaxColoring edit: this looks like what we're tracking internally as RSS-402?]

Overview

We're developing new in-house protocols for the Flex. We're trying to get our local project setup with correct dependencies so we can both run CI tests with the sim and deploy those programs.

package opentrons==7.0.2 includes opentrons/hardware_control/ot3api.py which tries to import opentrons_hardware which does not exist / is not installed as a package.

If we install the pre-release opentrons==7.1.0b0, it has extras for ot2-hardware and flex-hardware (which seems to install the additional python-can transitive dependency but opentrons-hardware is not published to pypi.

Steps to reproduce

No response

Current behavior

We've temporarily worked around this issue in with patches to our poetry project's dependencies

[tool.poetry.dependencies]
python = ">=3.7.17,<3.8"
opentrons = "7.1.0b0"
opentrons-hardware = {git="https://github.com/Opentrons/opentrons.git", tag="v7.1.0-beta.0", subdirectory="hardware", extras=["FLEX"]}

Expected behavior

pacakge opentrons-hardware is published to pypi with matching versions to package opentrons

Operating system

None

System and robot setup or anything else?

We're using a mix of OT2 and Flex

@strangemonad
Copy link
Contributor Author

Hello, is there any update on this? We're still needing to point our dependencies to the github repo for Flex protocols.

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

No branches or pull requests

1 participant