Skip to content

Problem with python-dateutil requirement #428

@Gonza10V

Description

@Gonza10V

I'm writing a package that automates DNA assembly in an Opentons OT-2, which has a a read only version of date ultil: python-dateutil 2.7.5.
I would like to know how is used python-dateutil so I can think in some solutions.
Some alternatives could be:

  • Skip that requirement (is it possible?)
  • Fork a version and set requirements to use python-dateutil 2.7.5
  • Divide my package into two, one to work in the user computer that can use pySBOL3 and another installed in the OT-2 that does not require pySBOL3.
    Could you give some advice or guidance to use pySBOL3 in this project?

Here is the last part of the error for context:

Requirement already satisfied: zipp>=0.5 in /usr/lib/python3.7/site-packages (from importlib-metadata->click<9,>=8.0.0->opentrons->pudupy) (3.5.0)
Requirement already satisfied: wcwidth in /usr/lib/python3.7/site-packages (from prettytable<3.0.0,>=2.2.1->pyshacl~=0.18.1->sbol3->pudupy) (0.1.7)
Installing collected packages: python-dateutil, pyparsing, isodate, rdflib, owlrl, prettytable, pyshacl, sbol3, pudupy
  Found existing installation: python-dateutil 2.7.5
    Uninstalling python-dateutil-2.7.5:
Could not install packages due to an EnvironmentError: [Errno 30] Read-only file system: 'isoparser.pyc'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions