Re: [Schoolsplay-devel] Trouble with menu
Brought to you by:
chris_147,
stas_zytkiewicz
|
From: Néstor <nes...@gm...> - 2024-05-21 10:12:02
|
The requirements are: greenlet==3.0.3 pygame==2.5.2 SQLAlchemy==2.0.30 typing_extensions==4.11.0 I'm having trouble with sqlAlchemy functions in the new 2.0 version. El lun, 20 may 2024 a las 14:28, Néstor (<nes...@gm...>) escribió: > > I didin't know about this, it's really useful. I have set up a virtual > environment and installed pygame 2.5.2 and sqlalchemy 2.0.30. Now, the > app is complaining, probably because of the differences between > sqlalchemy 1.5 and 2.0. > > I'll take a deeper look at this and get back to you. Thank you. > > El dom, 19 may 2024 a las 15:04, Stas Zytkiewicz > (<st...@ch...>) escribió: > > > > > > > > On 19-05-2024 14:31, Néstor wrote: > > >> OK, cloned it. > > > > > > I think it's better to use only one repo, maybe I can push the > > > differences to your repo when they're ready and working? We could use > > > only your repo since then. > > Sure no problem. > > > > > > > >> You don't use a python virtual environment? > > > > > > I don't know what it means, I'll take a look. > > It boils down to: > > python3.10 -m venv .venv3.10 > > source .venv3.10/bin/activate > > python3.10 -m pip install pip --upgrade > > (and then install all the python packages you need as they will be > > install local in the .venv3.10/lib/site-packages....) > > python3.10 -m pip install SQLAlchemy > > Excellent way to keep all the python stuff separated > > > > When you installed all the dependencies you do: > > pip freeze > requirements.txt > > Then add the requirements.txt to git and everybody can recreate the > > proper environment. > > > > https://www.geeksforgeeks.org/how-to-create-requirements-txt-file-in-python/ > > > > > > > >> If so do you have a requirements file for it? > > >> Just so that I can quickly setup your new environment. > > > > > > _______________________________________________ > > Schoolsplay-devel mailing list > > Sch...@li... > > https://lists.sourceforge.net/lists/listinfo/schoolsplay-devel > > > > -- > Néstor Amigo -- Néstor Amigo |