Hi all,
I had to re-install FESTIM on my machine last week, and I’m running into some issues. Installing the latest version has installed version 2.0a3 (from print(F.__version__)
), but now when I attempt to run through the workshop task 1 to check it all, I’m running into this:
my_model = F.Simulation()
AttributeError Traceback (most recent call last)
Cell In[2], line 1
----> 1 my_model = F.Simulation()AttributeError: module ‘festim’ has no attribute ‘Simulation’
I was running under the assumption this might be a version issue, so I’m trying to get 1.4 installed, but I’m facing more errors:
conda uninstall festim
PackagesNotFoundError: The following packages are missing from the target environment:
- festim
and then also this:
conda install -c conda-forge festim==1.4
Retrieving notices: ...working... done
Channels:
- conda-forge
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: | Killed
Help?