-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add requirements for wurst=3.5 #15
Comments
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? |
(base) ftravel-36694s:conda tghosh$ conda env create -f environment_tutorial.yml -n liaison-test ==> WARNING: A newer version of conda exists. <== Please update conda by running
Or to minimize the number of packages updated during conda update use
Downloading and Extracting Packages Preparing transaction: done |
So for me wurst==0.3.5 was installed. |
@schunschun Can you please check and let me know? |
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. =================================== Type following commands 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 |
Will do the necessary correction. Thanks. |
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
The text was updated successfully, but these errors were encountered: