Skip to content

Poetry #21

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

Closed
rustysbro2 opened this issue Jul 5, 2022 · 1 comment
Closed

Poetry #21

rustysbro2 opened this issue Jul 5, 2022 · 1 comment

Comments

@rustysbro2
Copy link

I can't figure this out at all just looking for some help

**Error
**
`C:\Users\rusty\Downloads\TwitchCompilationCreator-2.0>poetry install

EnvCommandError

Command C:\Users\rusty\AppData\Local\pypoetry\Cache\virtualenvs\twitchcompilationcreator-ofLkCIrp-py3.8\Scripts\python.exe -W ignore - errored with the following return code 1, and output:
The system cannot find the path specified.
input was : import sys

if hasattr(sys, "real_prefix"):
print(sys.real_prefix)
elif hasattr(sys, "base_prefix"):
print(sys.base_prefix)
else:
print(sys.prefix)

at ~.poetry\lib\poetry\utils\env.py:1195 in run
1191│ output = subprocess.check_output(
1192│ cmd, stderr=subprocess.STDOUT, **kwargs
1193│ )
1194│ except CalledProcessError as e:
→ 1195│ raise EnvCommandError(e, input=input
)
1196│
1197│ return decode(output)
1198│
1199│ def execute(self, bin, *args, **kwargs):

`C:\Users\rusty\Downloads\TwitchCompilationCreator-2.0>``

@rustysbro2
Copy link
Author

Uninstall python and installedd using non windows store

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