nobrainer icon indicating copy to clipboard operation
nobrainer copied to clipboard

Wrong nobrainer version in different setups

Open hvgazula opened this issue 11 months ago • 3 comments

I was trying to install nobrainer in different environments to check for consistency. All I did was create a new conda environment and installed nobrainer using pip install nobrainer

  1. On macOS, I see 1.1.1 (as expected)
  2. Inside the latest singularity image/container, I see 0+unknown. This could be a bug in how nobrainer/_version.py is working.
  3. On linux (cpu only node), I see 0.0.3 despite the installer collecting the latest wheel.
  4. on linux (gpu node)..still waiting to get a node
  5. on ec2 (with a GPU)...shows 1.1.0 as expected for python 3.8
  6. on ec2 (CPU only)..TODO

need to double-check steps 3 and 4 again.

hvgazula avatar Feb 27 '24 15:02 hvgazula

Update: on ec2 (cpu only)...pip install nobrainer fails because the tensorflow-cpu in installed. Probably, we should make pip install no-brainer[cpu] available.

hvgazula avatar Feb 27 '24 18:02 hvgazula

related discussion from the past https://github.com/neuronets/nobrainer/issues/135

hvgazula avatar Feb 27 '24 19:02 hvgazula

installing nobrainer on a gpu node throws the following (but otherwise all good)...would be nice to see a clean install like the one on macos image

hvgazula avatar Feb 28 '24 18:02 hvgazula