Skip to content

bug: python pip install for MDSplus failing with CMake integration #2992

@dgarnier

Description

@dgarnier

Affiliation
OpenStar Technologies

Version(s) Affected
alpha-release-7.157-0

Platform(s)
ubuntu, ( also macOS)

Installation Method(s)
apt update

Describe the bug
removing the python/MDSplus/test directory in the CMake install breaks the current pyproject.toml use. Removing the MDSplus.test module from pyproject.toml will make it match the CMake install.

To Reproduce
Steps to reproduce the behavior:

  1. Go to /usr/local/mdsplus/python
  2. Enter sudo python -m pip wheel --no-deps ./MDSplus
  3. See error

Expected behavior
builds a wheel which can be used in venv installs

Additional context
Yes.. this may be I think unsupported behavior since the normal behavior is not to install the python, but python wheels have been working. I will follow this with a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugAn unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions