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

Errors during installations #1053

Open
AlABarazi opened this issue Nov 8, 2024 · 0 comments
Open

Errors during installations #1053

AlABarazi opened this issue Nov 8, 2024 · 0 comments

Comments

@AlABarazi
Copy link

AlABarazi commented Nov 8, 2024

Hi,
Has anyone tried/tested/installed this before ? It seems that the pipfile is not formated correctly and it has multiple issues.
In pipfile there is this line
zenodo_rdm = {editable="True", path="./site"}
it seems it is wrong and it should be editable=true.

The readme says "See the InvenioRDM Documentation for further installation options."
What is meant by "the further installation options?" This is vague.

After fixing this another error appear

➜  zenodo-rdm git:(master) ✗ invenio-cli install
Locking python dependencies...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
✘ Locking Failed!
⠧ Locking packages...False
<console width=110 ColorSystem.TRUECOLOR>
Traceback (most recent call last):
  File "/Users/alaaalbarazi/Library/Python/3.9/bin/pipenv", line 8, in <module>
    sys.exit(cli())
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/vendor/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/cli/options.py", line 52, in main
    return super().main(*args, **kwargs, windows_expand_args=False)
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/vendor/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/vendor/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/vendor/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/vendor/click/decorators.py", line 92, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/vendor/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/cli/command.py", line 342, in lock
    do_lock(
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/routines/lock.py", line 67, in do_lock
    venv_resolve_deps(
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/utils/resolver.py", line 907, in venv_resolve_deps
    c = resolve(cmd, st, project=project)
  File "/Users/alaaalbarazi/Library/Python/3.9/lib/python/site-packages/pipenv/utils/resolver.py", line 771, in resolve
    raise RuntimeError("Failed to lock Pipfile.lock!")
RuntimeError: Failed to lock Pipfile.lock!
Failed to install dependencies.
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

1 participant