Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
P
python-ligo-lw
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 4
    • Merge Requests 4
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Kipp Cannon
  • python-ligo-lw
  • Issues
  • #16

Closed
Open
Opened Oct 15, 2020 by Kipp Cannon@kipp.cannonMaintainer

merge request 23 has broken install

@leo-singer Since merging !23 (merged), the unit tests fail with

Traceback (most recent call last):
  File "/home/kipp/local/bin/ligolw_print", line 4, in <module>
    __import__('pkg_resources').run_script('python-ligo-lw==1.7.0', 'ligolw_print')
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 665, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1451, in run_script
    raise ResolutionError(
pkg_resources.ResolutionError: Script 'scripts/ligolw_print' not found in metadata at None

This does not correspond to line 4 of that script, but when I look inside $(which ligolw_print) it's nearly empty, and this error message does correspond to what is there. What happened to the programs in bin? Why are they empty, why does whatever python has done to them not work?

Edited Oct 15, 2020 by Kipp Cannon
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: kipp.cannon/python-ligo-lw#16