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

Issue installing local packages #1809

Closed
3 tasks done
Qu4tro opened this issue Dec 31, 2019 · 3 comments
Closed
3 tasks done

Issue installing local packages #1809

Qu4tro opened this issue Dec 31, 2019 · 3 comments
Labels
kind/bug Something isn't working as expected

Comments

@Qu4tro
Copy link
Contributor

Qu4tro commented Dec 31, 2019

  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • OS version and name: ArchLinux
  • Poetry version: poetry 1.0.0b9-1
  • Link of a Gist with the contents of your pyproject.toml file: None

Issue

Hello there. I'm trying to create a set of packages that have some dependencies within themselves. Since I'm still kicking things off, everything is local.
My problem arises when installing a local package, that itself depends on a local package.

I've created a small script to reproduce the issue:

#!/bin/bash

set -e
TMPDIR=$(mktemp -d) && echo "$TMPDIR" && cd "$TMPDIR"

poetry new aa
poetry new ab
poetry new ac

cd ab && poetry add ../aa && cd ..

cd ac && poetry add -vvv ../ab # boom

and the resulting output in this gist

Is there anything I'm doing wrong?

And thank you in advance.

@Qu4tro Qu4tro added the kind/bug Something isn't working as expected label Dec 31, 2019
@finswimmer
Copy link
Member

Hello @Qu4tro ,

this is a duplicate of #1689. So I'm closing this here.

fin swimmer

@Qu4tro
Copy link
Contributor Author

Qu4tro commented Dec 31, 2019

Thanks.

Copy link

github-actions bot commented Mar 3, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

2 participants