Re: [sqlalchemy] Just starting with sqlacodegen: wrong command?

2022-06-15 Thread Javier Garcia
Thanks both! El miércoles, 15 de junio de 2022 a las 9:42:53 UTC+1, Simon King escribió: > Here's the command you ran: > > (venv) jgarcia@Javier-PC:/var/www$ sudo pip install sqlacodegen==3.0.0b3 > > The "(venv)" at the beginning of your prompt suggests that you are in an > activated

Re: [sqlalchemy] Just starting with sqlacodegen: wrong command?

2022-06-15 Thread Simon King
Here's the command you ran: (venv) jgarcia@Javier-PC:/var/www$ sudo pip install sqlacodegen==3.0.0b3 The "(venv)" at the beginning of your prompt suggests that you are in an activated virtualenv. But when you run "sudo pip", you are installing the package globally. You now have 2 different