Skip to content

Make pyAxeap be installable with pip #1

Description

@canismarko

Tried to install with python 3.12:

git clone https://github.com/spc-group/pyAXEAP
pip install pyAXEAP

Got the following exception:

rocessing /home/mwolf/btsync/src/pyAXEAP
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [21 lines of output]
      /home/mwolf/miniforge3/envs/axeap/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
      !!

              ********************************************************************************
              Please consider removing the following classifiers in favor of a SPDX license expression:

              License :: OSI Approved :: MIT License

              See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
              ********************************************************************************

      !!
        self._finalize_license_expression()
      running egg_info
      creating /tmp/pip-pip-egg-info-im368sgx/axeap.egg-info
      writing /tmp/pip-pip-egg-info-im368sgx/axeap.egg-info/PKG-INFO
      writing dependency_links to /tmp/pip-pip-egg-info-im368sgx/axeap.egg-info/dependency_links.txt
      writing requirements to /tmp/pip-pip-egg-info-im368sgx/axeap.egg-info/requires.txt
      writing top-level names to /tmp/pip-pip-egg-info-im368sgx/axeap.egg-info/top_level.txt
      writing manifest file '/tmp/pip-pip-egg-info-im368sgx/axeap.egg-info/SOURCES.txt'
      error: package directory 'axeap/monitor' does not exist
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

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