Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

ISIS Major Version 4 Problem #26

Description

@acpaquette

With the major version of ISIS being ticked up to 4 there is a significant problem in the env.py file code. It checks for a major version equal to 3 (== 3) to do some of its setup when it should probably be checking for a version greater than or equal to 3 (>= 3). This will cause problems going forward when trying use pysis with any version of ISIS 4.

Could the logic in the env.py be updated to accommodate current versions of ISIS 4?

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions