NREL / LiAISON

Lifecyle Analysis Integration into Scalable Opensource Numerical models (LiAISON)
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Add requirements for wurst=3.5 #15

Open schunschun opened 6 months ago

schunschun commented 6 months ago

With the current requirements packages for environments, wurst=4.0 is installed and causes issues for premise. Can solve this issue by install wurst=3.5 (pip install wurst==3.5). Need to update the tutorial

tjlca commented 6 months ago

that is strange. wurst==0.3.5 is there already in the yaml file from before. I checked the latest environment that I created and that also has wurst 0.3.5.

Now I am not sure if some other module is forcing wurst to update. This should not happen. ( That is the point of the environment file). But if PREMISE or Brightway2 had some updates this month, this can occur. I am trying to recreate an environment. But for some reason its not working ( creating metadata and frozen...) I will update if I can create a new environment and see the wurst version.

Could you kindly check once on your end?

tjlca commented 6 months ago

(base) ftravel-36694s:conda tghosh$ conda env create -f environment_tutorial.yml -n liaison-test Collecting package metadata (repodata.json): done Solving environment: done

==> WARNING: A newer version of conda exists. <== current version: 23.5.0 latest version: 24.1.2

Please update conda by running

$ conda update -n base -c defaults conda

Or to minimize the number of packages updated during conda update use

 conda install conda=24.1.2

Downloading and Extracting Packages

Preparing transaction: done Verifying transaction: done Executing transaction: done Installing pip dependencies: / Ran pip subprocess with arguments: ['/Users/tghosh/anaconda3/envs/liaison-test/bin/python', '-m', 'pip', 'install', '-U', '-r', '/Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt', '--exists-action=b'] Pip subprocess output: Requirement already satisfied: attrs==23.1.0 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 1)) (23.1.0) Requirement already satisfied: bottleneck==1.3.7 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 2)) (1.3.7) Collecting brightway2==2.4.3 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) Using cached brightway2-2.4.3-py3-none-any.whl Requirement already satisfied: bw-migrations==0.2 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 4)) (0.2) Collecting bw2analyzer==0.10 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 5)) Using cached bw2analyzer-0.10-py3-none-any.whl Requirement already satisfied: bw2calc==1.8.2 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 6)) (1.8.2) Requirement already satisfied: bw2data==3.6.6 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 7)) (3.6.6) Collecting bw2io==0.8.7 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 8)) Using cached bw2io-0.8.7-py3-none-any.whl Requirement already satisfied: bw2parameters==1.1.0 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 9)) (1.1.0) Requirement already satisfied: cached-property==1.5.2 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 10)) (1.5.2) Collecting certifi==2023.7.22 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 11)) Obtaining dependency information for certifi==2023.7.22 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata Using cached certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) Collecting cffi==1.15.1 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 12)) Obtaining dependency information for cffi==1.15.1 from https://files.pythonhosted.org/packages/e8/ff/c4b7a358526f231efa46a375c959506c87622fb4a2c5726e827c55e6adf2/cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl.metadata Downloading cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl.metadata (1.1 kB) Collecting chardet==5.2.0 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 13)) Obtaining dependency information for chardet==5.2.0 from https://files.pythonhosted.org/packages/38/6f/f5fbc992a329ee4e0f288c1fe0e2ad9485ed064cac731ed2fe47dcc38cbf/chardet-5.2.0-py3-none-any.whl.metadata Using cached chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) Collecting charset-normalizer==3.2.0 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 14)) Obtaining dependency information for charset-normalizer==3.2.0 from https://files.pythonhosted.org/packages/81/a0/96317ce912b512b7998434eae5e24b28bcc5f1680ad85348e31e1ca56332/charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_x86_64.whl.metadata Using cached charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_x86_64.whl.metadata (31 kB) Collecting contourpy==1.1.0 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 15)) Obtaining dependency information for contourpy==1.1.0 from https://files.pythonhosted.org/packages/f4/41/674384fc46e8a45f4e170cadd1796cf9b7266a45c57df80db4a2dda12301/contourpy-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl.metadata Using cached contourpy-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl.metadata (5.7 kB) Collecting cryptography==41.0.3 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 16)) Obtaining dependency information for cryptography==41.0.3 from https://files.pythonhosted.org/packages/a2/e6/2331e5bde68343b820a9e5d937b2e22a0f81ba68e87b74dbbdd98944da4e/cryptography-41.0.3-cp37-abi3-macosx_10_12_x86_64.whl.metadata Using cached cryptography-41.0.3-cp37-abi3-macosx_10_12_x86_64.whl.metadata (5.2 kB) Collecting cycler==0.11.0 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 17)) Obtaining dependency information for cycler==0.11.0 from https://files.pythonhosted.org/packages/5c/f9/695d6bedebd747e5eb0fe8fad57b72fdf25411273a39791cde838d5a8f51/cycler-0.11.0-py3-none-any.whl.metadata Downloading cycler-0.11.0-py3-none-any.whl.metadata (785 bytes) Collecting fonttools==4.42.1 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 18)) Obtaining dependency information for fonttools==4.42.1 from https://files.pythonhosted.org/packages/ad/33/b159873016ac8998d10212ef3ad9a28456452dcb9f963a21007403a0f81d/fonttools-4.42.1-cp310-cp310-macosx_10_9_x86_64.whl.metadata Using cached fonttools-4.42.1-cp310-cp310-macosx_10_9_x86_64.whl.metadata (150 kB) Requirement already satisfied: idna==3.4 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 19)) (3.4) Collecting importlib-resources==6.0.1 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 20)) Obtaining dependency information for importlib-resources==6.0.1 from https://files.pythonhosted.org/packages/25/d4/592f53ce2f8dde8be5720851bd0ab71cc2e76c55978e4163ef1ab7e389bb/importlib_resources-6.0.1-py3-none-any.whl.metadata Using cached importlib_resources-6.0.1-py3-none-any.whl.metadata (4.0 kB) Collecting jinja2==3.1.2 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 21)) Obtaining dependency information for jinja2==3.1.2 from https://files.pythonhosted.org/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Jinja2-3.1.2-py3-none-any.whl.metadata Downloading Jinja2-3.1.2-py3-none-any.whl.metadata (3.5 kB) Collecting jsonschema==4.19.0 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 22)) Obtaining dependency information for jsonschema==4.19.0 from https://files.pythonhosted.org/packages/2b/ff/af59fd34bc4d7ac3e6e0cd1f3c10317d329b6c1aee179e8b24ad9a79fbac/jsonschema-4.19.0-py3-none-any.whl.metadata Using cached jsonschema-4.19.0-py3-none-any.whl.metadata (8.2 kB) Requirement already satisfied: jsonschema-specifications==2023.7.1 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 23)) (2023.7.1) Collecting kiwisolver==1.4.5 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 24)) Obtaining dependency information for kiwisolver==1.4.5 from https://files.pythonhosted.org/packages/0e/c1/d084f8edb26533a191415d5173157080837341f9a06af9dd1a75f727abb4/kiwisolver-1.4.5-cp310-cp310-macosx_10_9_x86_64.whl.metadata Using cached kiwisolver-1.4.5-cp310-cp310-macosx_10_9_x86_64.whl.metadata (6.4 kB) Collecting markupsafe==2.1.3 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 25)) Obtaining dependency information for markupsafe==2.1.3 from https://files.pythonhosted.org/packages/f7/9c/86cbd8e0e1d81f0ba420f20539dd459c50537c7751e28102dbfee2b6f28c/MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl.metadata Using cached MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl.metadata (3.0 kB) Collecting matplotlib==3.7.2 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 26)) Obtaining dependency information for matplotlib==3.7.2 from https://files.pythonhosted.org/packages/54/6d/78dd357b35a9c94a56c51a34c123460313e3bdf2e454ce4274ac67b9a5e0/matplotlib-3.7.2-cp310-cp310-macosx_10_12_x86_64.whl.metadata Using cached matplotlib-3.7.2-cp310-cp310-macosx_10_12_x86_64.whl.metadata (5.6 kB) Requirement already satisfied: numpy==1.23.5 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 27)) (1.23.5) Collecting openpyxl==3.1.2 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 28)) Obtaining dependency information for openpyxl==3.1.2 from https://files.pythonhosted.org/packages/6a/94/a59521de836ef0da54aaf50da6c4da8fb4072fb3053fa71f052fd9399e7a/openpyxl-3.1.2-py2.py3-none-any.whl.metadata Downloading openpyxl-3.1.2-py2.py3-none-any.whl.metadata (2.5 kB) Requirement already satisfied: packaging==23.1 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 29)) (23.1) Collecting pandas==1.5.3 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 30)) Obtaining dependency information for pandas==1.5.3 from https://files.pythonhosted.org/packages/5f/34/b7858bb7d6d6bf4d9df1dde777a11fcf3ff370e1d1b3956e3d0fcca8322c/pandas-1.5.3-cp310-cp310-macosx_10_9_x86_64.whl.metadata Downloading pandas-1.5.3-cp310-cp310-macosx_10_9_x86_64.whl.metadata (11 kB) Collecting pillow==10.0.0 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 31)) Obtaining dependency information for pillow==10.0.0 from https://files.pythonhosted.org/packages/73/26/75fd7c1adc40bbdcbebc1adc120388d581e1d98a106257369a9bf8c44865/Pillow-10.0.0-cp310-cp310-macosx_10_10_x86_64.whl.metadata Using cached Pillow-10.0.0-cp310-cp310-macosx_10_10_x86_64.whl.metadata (9.5 kB) Requirement already satisfied: premise-gwp==0.9.6 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 32)) (0.9.6) Requirement already satisfied: pycparser==2.21 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 33)) (2.21) Collecting pyparsing==3.0.9 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 34)) Obtaining dependency information for pyparsing==3.0.9 from https://files.pythonhosted.org/packages/6c/10/a7d0fa5baea8fe7b50f448ab742f26f52b80bfca85ac2be9d35cdd9a3246/pyparsing-3.0.9-py3-none-any.whl.metadata Downloading pyparsing-3.0.9-py3-none-any.whl.metadata (4.2 kB) Requirement already satisfied: python-dateutil==2.8.2 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 35)) (2.8.2) Collecting pytz==2023.3 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 36)) Obtaining dependency information for pytz==2023.3 from https://files.pythonhosted.org/packages/7f/99/ad6bd37e748257dd70d6f85d916cafe79c0b0f5e2e95b11f7fbc82bf3110/pytz-2023.3-py2.py3-none-any.whl.metadata Downloading pytz-2023.3-py2.py3-none-any.whl.metadata (22 kB) Requirement already satisfied: pyyaml in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 37)) (6.0.1) Requirement already satisfied: referencing==0.30.2 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 38)) (0.30.2) Requirement already satisfied: requests==2.31.0 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 39)) (2.31.0) Collecting rpds-py==0.9.2 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 40)) Obtaining dependency information for rpds-py==0.9.2 from https://files.pythonhosted.org/packages/86/a3/600bb5e57ef9fbb51964e70bd53f047be930a489b96dbce7ce10d3b1488c/rpds_py-0.9.2-cp310-cp310-macosx_10_7_x86_64.whl.metadata Using cached rpds_py-0.9.2-cp310-cp310-macosx_10_7_x86_64.whl.metadata (3.7 kB) Collecting scipy==1.11.2 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 41)) Obtaining dependency information for scipy==1.11.2 from https://files.pythonhosted.org/packages/65/da/4d0dfd29379c8ee3ba54b19249f673cc98448e0fd86170339fb02031f0e9/scipy-1.11.2-cp310-cp310-macosx_10_9_x86_64.whl.metadata Using cached scipy-1.11.2-cp310-cp310-macosx_10_9_x86_64.whl.metadata (54 kB) Requirement already satisfied: six==1.16.0 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 42)) (1.16.0) Collecting tqdm==4.66.1 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 43)) Obtaining dependency information for tqdm==4.66.1 from https://files.pythonhosted.org/packages/00/e5/f12a80907d0884e6dff9c16d0c0114d81b8cd07dc3ae54c5e962cc83037e/tqdm-4.66.1-py3-none-any.whl.metadata Using cached tqdm-4.66.1-py3-none-any.whl.metadata (57 kB) Collecting urllib3==1.26.16 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 44)) Obtaining dependency information for urllib3==1.26.16 from https://files.pythonhosted.org/packages/c5/05/c214b32d21c0b465506f95c4f28ccbcba15022e000b043b72b3df7728471/urllib3-1.26.16-py2.py3-none-any.whl.metadata Using cached urllib3-1.26.16-py2.py3-none-any.whl.metadata (48 kB) Collecting wcwidth==0.2.6 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 45)) Obtaining dependency information for wcwidth==0.2.6 from https://files.pythonhosted.org/packages/20/f4/c0584a25144ce20bfcf1aecd041768b8c762c1eb0aa77502a3f0baa83f11/wcwidth-0.2.6-py2.py3-none-any.whl.metadata Downloading wcwidth-0.2.6-py2.py3-none-any.whl.metadata (11 kB) Collecting wurst==0.3.5 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 46)) Obtaining dependency information for wurst==0.3.5 from https://files.pythonhosted.org/packages/f2/3e/5f1008bc8e3758833829d8e0b860093c3dd05b6e5851fb622b24770e525d/wurst-0.3.5-py3-none-any.whl.metadata Using cached wurst-0.3.5-py3-none-any.whl.metadata (3.1 kB) Collecting xarray==2023.8.0 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 47)) Obtaining dependency information for xarray==2023.8.0 from https://files.pythonhosted.org/packages/cc/21/c3a9d3017c131cea3c2967957b05448ffc81cafced239796bbbdc98073e4/xarray-2023.8.0-py3-none-any.whl.metadata Using cached xarray-2023.8.0-py3-none-any.whl.metadata (6.0 kB) Collecting zipp==3.16.2 (from -r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 48)) Obtaining dependency information for zipp==3.16.2 from https://files.pythonhosted.org/packages/8c/08/d3006317aefe25ea79d3b76c9650afabaf6d63d1c8443b236e7405447503/zipp-3.16.2-py3-none-any.whl.metadata Using cached zipp-3.16.2-py3-none-any.whl.metadata (3.7 kB) Requirement already satisfied: appdirs in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (1.4.4) Requirement already satisfied: asteval in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (0.9.31) Requirement already satisfied: docopt in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (0.6.2) Requirement already satisfied: eight in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (1.0.1) Collecting flask (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) Obtaining dependency information for flask from https://files.pythonhosted.org/packages/93/a6/aa98bfe0eb9b8b15d36cdfd03c8ca86a03968a87f27ce224fb4f766acb23/flask-3.0.2-py3-none-any.whl.metadata Using cached flask-3.0.2-py3-none-any.whl.metadata (3.6 kB) Requirement already satisfied: future in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (0.18.3) Requirement already satisfied: lxml in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (4.9.3) Requirement already satisfied: peewee>=3.0 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (3.15.1) Requirement already satisfied: psutil in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (5.9.0) Requirement already satisfied: pyprind in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (2.11.2) Requirement already satisfied: stats-arrays>=0.6.5 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (0.6.6) Requirement already satisfied: unicodecsv in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (0.14.1) Requirement already satisfied: voluptuous in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (0.14.2) Requirement already satisfied: whoosh in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (2.7.4) Requirement already satisfied: xlrd in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (2.0.1) Requirement already satisfied: xlsxwriter in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (3.1.1) Collecting tabulate (from bw2analyzer==0.10->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 5)) Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) Requirement already satisfied: fasteners in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from bw2data==3.6.6->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 7)) (0.16.3) Requirement already satisfied: wrapt in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from bw2data==3.6.6->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 7)) (1.14.1) Requirement already satisfied: mrio-common-metadata in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from bw2io==0.8.7->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 8)) (0.2.1) Requirement already satisfied: unidecode in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from bw2io==0.8.7->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 8)) (1.2.0) Requirement already satisfied: astunparse in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from bw2parameters==1.1.0->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 9)) (1.6.3) Requirement already satisfied: pint in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from bw2parameters==1.1.0->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 9)) (0.23) Requirement already satisfied: et-xmlfile in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from openpyxl==3.1.2->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 28)) (1.1.0) Requirement already satisfied: constructive-geometries>=0.9.3 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from wurst==0.3.5->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 46)) (0.9.5) Requirement already satisfied: python-json-logger in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from wurst==0.3.5->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 46)) (2.0.7) Requirement already satisfied: toolz in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from wurst==0.3.5->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 46)) (0.12.0) Requirement already satisfied: country-converter in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from constructive-geometries>=0.9.3->wurst==0.3.5->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 46)) (1.2) Requirement already satisfied: wheel<1.0,>=0.23.0 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from astunparse->bw2parameters==1.1.0->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 9)) (0.41.2) Collecting Werkzeug>=3.0.0 (from flask->brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) Obtaining dependency information for Werkzeug>=3.0.0 from https://files.pythonhosted.org/packages/c3/fc/254c3e9b5feb89ff5b9076a23218dafbc99c96ac5941e900b71206e6313b/werkzeug-3.0.1-py3-none-any.whl.metadata Using cached werkzeug-3.0.1-py3-none-any.whl.metadata (4.1 kB) Collecting itsdangerous>=2.1.2 (from flask->brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) Obtaining dependency information for itsdangerous>=2.1.2 from https://files.pythonhosted.org/packages/68/5f/447e04e828f47465eeab35b5d408b7ebaaaee207f48b7136c5a7267a30ae/itsdangerous-2.1.2-py3-none-any.whl.metadata Downloading itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB) Requirement already satisfied: click>=8.1.3 in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from flask->brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) (8.1.7) Collecting blinker>=1.6.2 (from flask->brightway2==2.4.3->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 3)) Obtaining dependency information for blinker>=1.6.2 from https://files.pythonhosted.org/packages/fa/2a/7f3714cbc6356a0efec525ce7a0613d581072ed6eb53eb7b9754f33db807/blinker-1.7.0-py3-none-any.whl.metadata Using cached blinker-1.7.0-py3-none-any.whl.metadata (1.9 kB) Requirement already satisfied: pyxlsb in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from mrio-common-metadata->bw2io==0.8.7->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 8)) (1.0.10) Requirement already satisfied: typing-extensions in /Users/tghosh/anaconda3/envs/liaison-test/lib/python3.10/site-packages (from pint->bw2parameters==1.1.0->-r /Users/tghosh/Library/CloudStorage/OneDrive-NREL/work_NREL/liaison/LiAISON/conda/condaenv.mekcb1py.requirements.txt (line 9)) (4.9.0) Using cached certifi-2023.7.22-py3-none-any.whl (158 kB) Using cached cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl (179 kB) Using cached chardet-5.2.0-py3-none-any.whl (199 kB) Using cached charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_x86_64.whl (126 kB) Using cached contourpy-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl (243 kB) Using cached cryptography-41.0.3-cp37-abi3-macosx_10_12_x86_64.whl (2.8 MB) Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB) Using cached fonttools-4.42.1-cp310-cp310-macosx_10_9_x86_64.whl (2.2 MB) Using cached importlib_resources-6.0.1-py3-none-any.whl (34 kB) Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) Using cached jsonschema-4.19.0-py3-none-any.whl (83 kB) Using cached kiwisolver-1.4.5-cp310-cp310-macosx_10_9_x86_64.whl (68 kB) Using cached MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl (13 kB) Using cached matplotlib-3.7.2-cp310-cp310-macosx_10_12_x86_64.whl (7.4 MB) Using cached openpyxl-3.1.2-py2.py3-none-any.whl (249 kB) Using cached pandas-1.5.3-cp310-cp310-macosx_10_9_x86_64.whl (12.0 MB) Using cached Pillow-10.0.0-cp310-cp310-macosx_10_10_x86_64.whl (3.4 MB) Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB) Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB) Using cached rpds_py-0.9.2-cp310-cp310-macosx_10_7_x86_64.whl (311 kB) Using cached scipy-1.11.2-cp310-cp310-macosx_10_9_x86_64.whl (37.2 MB) Using cached tqdm-4.66.1-py3-none-any.whl (78 kB) Using cached urllib3-1.26.16-py2.py3-none-any.whl (143 kB) Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) Using cached wurst-0.3.5-py3-none-any.whl (32 kB) Using cached xarray-2023.8.0-py3-none-any.whl (1.0 MB) Using cached zipp-3.16.2-py3-none-any.whl (7.2 kB) Using cached flask-3.0.2-py3-none-any.whl (101 kB) Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) Using cached blinker-1.7.0-py3-none-any.whl (13 kB) Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) Using cached werkzeug-3.0.1-py3-none-any.whl (226 kB) Installing collected packages: wcwidth, pytz, zipp, urllib3, tqdm, tabulate, scipy, rpds-py, pyparsing, pillow, openpyxl, markupsafe, kiwisolver, itsdangerous, importlib-resources, fonttools, cycler, contourpy, charset-normalizer, chardet, cffi, certifi, blinker, Werkzeug, pandas, matplotlib, jinja2, cryptography, xarray, flask, jsonschema, wurst, bw2analyzer, bw2io, brightway2 Attempting uninstall: wcwidth Found existing installation: wcwidth 0.2.5 Uninstalling wcwidth-0.2.5: Successfully uninstalled wcwidth-0.2.5 Attempting uninstall: pytz Found existing installation: pytz 2023.3.post1 Uninstalling pytz-2023.3.post1: Successfully uninstalled pytz-2023.3.post1 Attempting uninstall: urllib3 Found existing installation: urllib3 2.0.7 Uninstalling urllib3-2.0.7: Successfully uninstalled urllib3-2.0.7 Attempting uninstall: tqdm Found existing installation: tqdm 4.65.0 Uninstalling tqdm-4.65.0: Successfully uninstalled tqdm-4.65.0 Attempting uninstall: scipy Found existing installation: scipy 1.11.4 Uninstalling scipy-1.11.4: Successfully uninstalled scipy-1.11.4 Attempting uninstall: rpds-py Found existing installation: rpds-py 0.10.6 Uninstalling rpds-py-0.10.6: Successfully uninstalled rpds-py-0.10.6 Attempting uninstall: openpyxl Found existing installation: openpyxl 3.0.10 Uninstalling openpyxl-3.0.10: Successfully uninstalled openpyxl-3.0.10 Attempting uninstall: charset-normalizer Found existing installation: charset-normalizer 2.0.4 Uninstalling charset-normalizer-2.0.4: Successfully uninstalled charset-normalizer-2.0.4 Attempting uninstall: chardet Found existing installation: chardet 4.0.0 Uninstalling chardet-4.0.0: Successfully uninstalled chardet-4.0.0 Attempting uninstall: cffi Found existing installation: cffi 1.16.0 Uninstalling cffi-1.16.0: Successfully uninstalled cffi-1.16.0 Attempting uninstall: certifi Found existing installation: certifi 2024.2.2 Uninstalling certifi-2024.2.2: Successfully uninstalled certifi-2024.2.2 Attempting uninstall: pandas Found existing installation: pandas 2.1.4 Uninstalling pandas-2.1.4: Successfully uninstalled pandas-2.1.4 Attempting uninstall: cryptography Found existing installation: cryptography 42.0.2 Uninstalling cryptography-42.0.2: Successfully uninstalled cryptography-42.0.2 Attempting uninstall: xarray Found existing installation: xarray 2023.6.0 Uninstalling xarray-2023.6.0: Successfully uninstalled xarray-2023.6.0 Attempting uninstall: jsonschema Found existing installation: jsonschema 4.19.2 Uninstalling jsonschema-4.19.2: Successfully uninstalled jsonschema-4.19.2 Attempting uninstall: wurst Found existing installation: wurst 0.4 Uninstalling wurst-0.4: Successfully uninstalled wurst-0.4 Attempting uninstall: bw2io Found existing installation: bw2io 0.8.10 Uninstalling bw2io-0.8.10: Successfully uninstalled bw2io-0.8.10 Successfully installed Werkzeug-3.0.1 blinker-1.7.0 brightway2-2.4.3 bw2analyzer-0.10 bw2io-0.8.7 certifi-2023.7.22 cffi-1.15.1 chardet-5.2.0 charset-normalizer-3.2.0 contourpy-1.1.0 cryptography-41.0.3 cycler-0.11.0 flask-3.0.2 fonttools-4.42.1 importlib-resources-6.0.1 itsdangerous-2.1.2 jinja2-3.1.2 jsonschema-4.19.0 kiwisolver-1.4.5 markupsafe-2.1.3 matplotlib-3.7.2 openpyxl-3.1.2 pandas-1.5.3 pillow-10.0.0 pyparsing-3.0.9 pytz-2023.3 rpds-py-0.9.2 scipy-1.11.2 tabulate-0.9.0 tqdm-4.66.1 urllib3-1.26.16 wcwidth-0.2.6 wurst-0.3.5 xarray-2023.8.0 zipp-3.16.2

tjlca commented 6 months ago

So for me wurst==0.3.5 was installed.

tjlca commented 6 months ago

@schunschun Can you please check and let me know?

schunschun commented 6 months ago

I think that happens when follow steps to install packages manually with commands. I believe this is what Isaias did, isn't it? So what I meant is to include 'pip install wurst==3.5' at the end of these commands.

=================================== Conda installation route

Type following commands conda config --set channel_priority false

conda create -n liaison-24 python=3.10

conda activate liaison-24

conda install conda-forge::brightway2==2.4.3 or pip install brightway2==2.4.3

conda install anaconda::pyyaml=5.4.1 or pip install pyyaml==5.4.1

conda install conda-forge::premise=1.8.1 or pip install premise==1.8.1

conda install conda-forge::openpyxl=3.1.2 or pip install openpyxl=3.1.2

conda install cmutel::bw2analyzer=0.10 or pip install bw2analyzer=0.10

pip install bw2io=0.8.7

tjlca commented 6 months ago

Will do the necessary correction. Thanks.