mdsplus icon indicating copy to clipboard operation
mdsplus copied to clipboard

bug: python pip install for MDSplus failing with CMake integration

Open dgarnier opened this issue 2 months ago • 0 comments

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.

dgarnier avatar Dec 01 '25 22:12 dgarnier