sfcta / simwrapper_topsheet

Interactive model run topsheet implemented in Simwrapper
0 stars 2 forks source link

Streamline environment building/destruction #10

Open sdrewc opened 3 weeks ago

sdrewc commented 3 weeks ago

@weiwang108 Is there a way to make the environment setup more configurable? We really only run these scripts from a limited number of servers and can have them set up with all the necessary packages. At a minimum, I'd like to be able to run without setting up and switching to any new environment.

Other things we might consider are:

weiwang108 commented 3 weeks ago

Below are the requirements: pandas==2.1.3 simpledbf==0.2.6 h5py==3.10.0 numpy==1.26.2 geopandas==0.14.3 shapely==2.0.2 tables==3.9.2 We could prompt users to install necessary packages so we don't need to switch to a new environment.

weiwang108 commented 3 weeks ago

I attempted to run scripts on the "Market" server without creating a new environment and encountered errors indicating that the pandas version is outdated. I'm concerned about updating these packages, as they may impact other users' scripts that depend on specific versions. To avoid any potential disruptions, I've decided to create a new environment for my use and will maintain it post-run.