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

Failed to run command poetry install #181

Closed
bigniudiy opened this issue Nov 21, 2022 · 1 comment · Fixed by #184
Closed

Failed to run command poetry install #181

bigniudiy opened this issue Nov 21, 2022 · 1 comment · Fixed by #184
Assignees

Comments

@bigniudiy
Copy link

bigniudiy commented Nov 21, 2022

I followed the documentation and installed the dependencies, but an error was reported when I ran the command poetry install. It seems that the version of lambdasoc cannot match. What should I do?

kevin@kevin-virtual-machine:~/workspace/luna$ poetry install
Installing dependencies from lock file

Because lambdasoc (0.1.dev27+gefd5442) @ git+https://github.com/ktemkin/lambdasoc.git@HEAD depends on nmigen (*) which doesn't match any versions, lambdasoc is forbidden.
So, because luna depends on lambdasoc (0.1.dev27+gefd5442) @ git+https://github.com/ktemkin/lambdasoc.git, version solving failed.

@martinling
Copy link
Member

You can also install the package with pip install .

We may well replace the use of Poetry. There have been quite a few difficulties with it, and it's not as necessary now that more of the dependencies have stable releases. But there isn't a firm decision as yet.

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.

3 participants