-
Notifications
You must be signed in to change notification settings - Fork 11
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
pip install st2sdk fails, pip install from github works #15
Comments
+1 could someone please upload st2sdk 0.3.0 to pypi.org please? |
have you found a solution @nmaludy ? |
i found a solution on the my case, |
@LaurianoElmiroDuarte What kind error do you get during installation? Do keep in mind that it's almost never recommended to install it directly into your system Python environment using You should pretty much always use a dedicated virtual environment for it (same goes for other Python projects). So instead of virtualenv --no-site-packages ~/st2sdk.venv
~/st2sdk.venv/bin/pip install st2sdk
# And then use it like this
~/st2sdk.venv/bin/st2sdk --help
... Or you are trying to install it directly into StackStorm virtual environment ( |
Ohhh perfect @Kami very good ... |
When running
pip install st2sdk
it fails with the following errorHowever if i install directly from github it works just fine:
System details:
The text was updated successfully, but these errors were encountered: