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

zopen build results in FileNotFoundError: [Errno 129] EDC5129I No such file or directory.: 'dist/*.whl' #1

Open
IgorTodorovskiIBM opened this issue Aug 21, 2024 · 1 comment
Assignees

Comments

@IgorTodorovskiIBM
Copy link
Contributor

IgorTodorovskiIBM commented Aug 21, 2024

I first commented out export ZOPEN_COMP
Then ran zopen build -vv

Got this:

Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/home/itodoro/projects/conanport/conan/.venv/lib/python3.12/site-packages/installer/__main__.py", line 98, in <module>
    _main(sys.argv[1:], "python -m installer")
  File "/home/itodoro/projects/conanport/conan/.venv/lib/python3.12/site-packages/installer/__main__.py", line 86, in _main
    with WheelFile.open(args.wheel) as source:
  File "/home/opnzos/local/pyz/lib/python3.12/contextlib.py", line 137, in __enter__
    return next(self.gen)
           ^^^^^^^^^^^^^^
  File "/home/itodoro/projects/conanport/conan/.venv/lib/python3.12/site-packages/installer/sources.py", line 162, in open
    with zipfile.ZipFile(path) as f:
         ^^^^^^^^^^^^^^^^^^^^^
  File "/home/opnzos/local/pyz/lib/python3.12/zipfile/__init__.py", line 1336, in __init__
    self.fp = io.open(file, filemode)
              ^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 129] EDC5129I No such file or directory.: 'dist/*.whl'
@aidanp-21cs
Copy link
Contributor

Has this been fixed as of #7 ?

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

No branches or pull requests

2 participants