Joseba Fuentes
Joseba Fuentes
after delete pod, never create a new again.
In my case, I need to update setup.py after each install and I prefer set a post-install script in order to execute ```pipenv-setup sync``` instead to put this in the...
If I merge the values of the two env variable in to one, works for example GITLAB_AUTH=user:password ``` [[source]] url = "https://${GITLAB_AUTH}@gitlab.com/api/v4/projects/projectId/packages/pypi/simple" verify_ssl = true name = "gitlab" ``` works
@sivaji123256 I solved this developing a library https://github.com/Tlaloc-Es/aipose You only need to install with `pip install aipose` and use this code ``` from aipose.model import YoloV7Pose import cv2 model =...
I have the same error with zsh in vscode, I only open the tilix from vscode, after that ``` rm -rf .venv pipenv shell ``` Then closes the tilix and...
I solve with `pip install psycopg2-binary`