Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install PRAGMATIC is blowing up. #40

Closed
rhatdan opened this issue Feb 11, 2025 · 0 comments · Fixed by #42
Closed

pip install PRAGMATIC is blowing up. #40

rhatdan opened this issue Feb 11, 2025 · 0 comments · Fixed by #42

Comments

@rhatdan
Copy link
Contributor

rhatdan commented Feb 11, 2025

  • python3 -m pip install --prefix=/usr .
    Processing /PRAGmatic
    Installing build dependencies: started
    Installing build dependencies: finished with status 'done'
    Getting requirements to build wheel: started
    Getting requirements to build wheel: finished with status 'error'
    ERROR: Command errored out with exit status 1:
    command: /usr/bin/python3 /usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py get_requires_for_build_wheel /tmp/tmpnb_jup8w
    cwd: /PRAGmatic
    Complete output (17 lines):
    Traceback (most recent call last):
    File "/usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 363, in
    main()
    File "/usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 345, in main
    json_out['return_val'] = hook(**hook_input['kwargs'])
    File "/usr/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py", line 130, in get_requires_for_build_wheel
    return hook(config_settings)
    File "/tmp/pip-build-env-4vmix1oi/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 355, in get_requires_for_build_wheel
    return self._get_build_requires(config_settings, requirements=['wheel'])
    File "/tmp/pip-build-env-4vmix1oi/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 325, in _get_build_requires
    self.run_setup()
    File "/tmp/pip-build-env-4vmix1oi/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", line 341, in run_setup
    exec(code, locals())
    File "", line 11
    scripts=["bin/pragmatic"],
    ^
    SyntaxError: invalid syntax
rhatdan added a commit to rhatdan/PRAGmatic that referenced this issue Feb 11, 2025
Fixes: redhat-et#40

Signed-off-by: Daniel J Walsh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant