neuronets / nobrainer

A framework for developing neural network models for 3D image processing.
Other
157 stars 46 forks source link

installation error with pip #82

Closed satra closed 4 years ago

satra commented 4 years ago

pip install --no-cache-dir nobrainer[gpu]

$ pip install --no-cache-dir nobrainer[gpu]
Collecting nobrainer[gpu]
  Downloading https://files.pythonhosted.org/packages/ad/c0/91cd0c0e73d1ce8b50f3e9841a39d6f93417a72c73cd41b0f1b533a5f75e/nobrainer-0.0.1a3-py3-none-any.whl (51kB)
     |████████████████████████████████| 61kB 4.1MB/s 
Collecting numpy
  Downloading https://files.pythonhosted.org/packages/41/38/b278d96baebc6a4818cfd9c0fb6f0e62013d5b87374bcf0f14a0e9b83ed5/numpy-1.18.1-cp38-cp38-manylinux1_x86_64.whl (20.6MB)
     |████████████████████████████████| 20.6MB 10.0MB/s 
Collecting nibabel
  Downloading https://files.pythonhosted.org/packages/0d/fc/2efb2a7c5d117c761b72f6bc00bf057294e9ccdf0a737957c65fa89ecc6f/nibabel-3.0.0-py3-none-any.whl (3.3MB)
     |████████████████████████████████| 3.3MB 42.0MB/s 
Collecting click
  Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB)
     |████████████████████████████████| 81kB 44.5MB/s 
ERROR: Could not find a version that satisfies the requirement tf-nightly-gpu; extra == "gpu" (from nobrainer[gpu]) (from versions: none)
ERROR: No matching distribution found for tf-nightly-gpu; extra == "gpu" (from nobrainer[gpu])
kaczmarj commented 4 years ago

@satra - thanks, nobrainer on pypi is quite old. i will push out a new version over the weekend. it will include greatly enhanced dataset creation and the bayesian networks

satra commented 4 years ago

i think this is also because my python version was 3.8 in this environment.

kaczmarj commented 4 years ago

yes tensorflow does not have wheels for 3.8 yet