-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Incorrect Pathing on Windows Powershell causes poetry to fail to install build cpp dependencies. #7413
Comments
if you've already diagnosed this as not a poetry issue, I'm not sure why you've raised it here? you should be able to double-confirm that it's not a poetry problem with something like |
partially because it's still an issue that affects poetry whether the cause is upstream. partially because I'm not sure that specific upstream issue is the root cause.
yeah that failed. I'll go ahead and close this. Quick question though, you think that linked issue is the cause of this? |
sorry, didn't realize you couldn't comment on closed issues |
No, I think not. It's definitely not a poetry problem, but I'd guess that also it's nothing to do with the virtualenv issue that you mentioned. Most likely you want to be raising this with pyfastnoisesimd and asking them to support PEP517 builds. |
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. |
-vvv
option) and have included the output below.Issue
I believe this issue may be related to an upstream issue with virtualenv. It seems that path isn't set correctly causing installation of dependencies to fail when wheels need to be built.
the windows compiler is installed, the headers stored in the python modules do not seem to be on the search path. I think it's looking at
.venv/
rather than.venv/lib
, the way I resolved it with just venv directly was to switch to the scripts directory before activatingActivate.ps1
.link to debug output for
poetry install
on powershellThe text was updated successfully, but these errors were encountered: