Apologies, because I feel this is going to be a really stupid question.
I have installed a framework call Monai Label via Terminal (https://docs.monai.io/projects/label/en/stable/installation.html).
Working my way through the prerequisites I have successfully updated Python to 3.8.9, as well as PyTorch. I have successfully installed MonaiLabel via pip install.
But now whenever I type in a command to MonaiLabel (like --version, or --help) terminal responds with Using PYTHONPATH=/Library/Frameworks/Python.framework/Versions:
.
Thinking this meant I had to update the PYTHONPATH variable to the given path I updated the bash_profile via atom ~/.bash_profile
. This file saved successfully, but that didn't seem to do anything.
I'm sorry all but this has left me very confused and I'm finding this one hard to research my way out of. Thanks in advance.
Mac OS 12.4, M1.
Update showing Terminal input/output during install and CLI test:
Matts-MacBook-Pro ~ % pip install monailabel
Requirement already satisfied: monailabel in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (0.4.2)
...
Requirement already satisfied: oauthlib>=3.0.0 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tensorboard->monai[fire,gdown,ignite,itk,lmdb,nibabel,openslide,pillow,psutil,skimage,tensorboard,torchvision,tqdm]>=0.9.1->monailabel) (3.2.0)
Matts-MacBook-Pro ~ % monailabel --help
Using PYTHONPATH=/Library/Frameworks/Python.framework/Versions:
Matts-MacBook-Pro ~ % monailabel apps --download --name radiology --output apps
Using PYTHONPATH=/Library/Frameworks/Python.framework/Versions:
Matts-MacBook-Pro ~ % monailabel datasets --download --name Task09_Spleen --output datasets
Using PYTHONPATH=/Library/Frameworks/Python.framework/Versions:
Matts-MacBook-Pro ~ % monailabel --version
Using PYTHONPATH=/Library/Frameworks/Python.framework/Versions:
from I don't understand why terminal responds with "Using PYTHONPATH=/Library/Frameworks/Python.framework/Versions:" to all commands to installed app
No comments:
Post a Comment