Skip to content

Issue Installing NiftyPET on Linux #30

@jaimeehh

Description

@jaimeehh

Dear NiftyPET,

I am trying to install NiftyPET on a Linux system using a Conda environment, but I am encountering an issue during the final installation step.

Steps I followed:

  1. Created a new Conda environment:
    conda create --name niftytest  
  2. Activated the environment:
    conda activate niftytest  
  3. Installed dependencies:
    conda install -c conda-forge python=3.10 numpy scipy scikit-image matplotlib nibabel pydicom  
    conda install -c conda-forge python=3.10 ipykernel ipywidgets  
  4. Set environment variables:
    export PATHTOOLS=$HOME/NiftyPET_tools  
    export HMUDIR=$HOME/mmr_hardwareumaps  
  5. Installed required packages:
    pip install --verbose nimpa  
    pip install --verbose nipet  # This is where I encountered the issue  

The error occurs at the last step when trying to install nipet. I have attached the error log file for reference.

System Information:

  • OS: Linux (please specify distribution if needed)
  • Python version: 3.10 (Conda environment)

I would appreciate any guidance on how to resolve this issue.

Best regards,
Jaime

error_lo3345g.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions