This message was deleted.
s
This message was deleted.
b
hi, i responded on one of your other messages, please try keep it in one place.
can you please try running
pip install -r requirements.txt
and see what the output is?
it would seem your python environment isn't configured correctly, are you using a virtualenv?
g
already tried pip install -r requirements.txt file and it is working fine but automatically generated requirements .txt file is throwing error while installing depensdencies
using virtualenv
b
automatically generated requirements .txt file
I'm not sure what this means, it's the same requirements.txt as any other python project. Can you show me the output of
pip install -r requirements.txt
and show me the contents of your project folder, a screenshot is fine
also, please make sure you're using the right virtualenv when you're running `pip install -r`:
source bin/activate
g
After running command pulumi new python to create a new project (screenshot attached) and generated files (screenshot attached)
b
could you please show me the output of
.\venv\Scripts\activate
< -- make sure you use your current venv here
where python
pip install -r requirements.txt
g
Already did this as well, but still having the same error while running pulumi up
b
it looks as though pulumi isn't detecting your venv correctly, I'm trying to help you figure out why. can you please post the path to your python executable? I asked for it in the previous message. The function where it detects your venv is here: https://github.com/pulumi/pulumi/blob/b77ec919d4957cae450003bd8d28cf634a9703fe/sdk/python/python.go#L88-L111
judging by your screenshots so far, it's not successfully detecting your venv or any python interpreter at all
3221225781
in hexadecimal =
0xc0000135
which means `STATUS_DLL_NOT_FOUND`: https://stackoverflow.com/a/11433714/645002 please try reinstalling both python, and pulumi, remove them completely and install them again. How did you install pulumi?
g
ok thanks for your responses, try to do this and will see.