-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I am having trouble installing bips into my local python environment:
This is what I have done:
conda create -n zqi2 python=2.7 anaconda
pip install -t /mindhive/gablab/u/zqi/envs/zqi2/lib/python2.7/site-packages nibabel
pip install -t /mindhive/gablab/u/zqi/envs/zqi2/lib/python2.7/site-packages git+https://github.com/akeshavan/BrainImagingPipelines.git
However, I saw the following:
Downloading/unpacking git+https://github.com/akeshavan/BrainImagingPipelines.git
Cloning https://github.com/akeshavan/BrainImagingPipelines.git to /tmp/pip-WIovG3-build
Running setup.py (path:/tmp/pip-WIovG3-build/setup.py) egg_info for package from git+https://github.com/akeshavan/BrainImagingPipelines.git
fatal: No names found, cannot describe anything.
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip-WIovG3-build/setup.py", line 45, in
from setup_egg import extra_setuptools_args
ImportError: No module named setup_egg
Complete output from command python setup.py egg_info:
fatal: No names found, cannot describe anything.
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip-WIovG3-build/setup.py", line 45, in
from setup_egg import extra_setuptools_args
ImportError: No module named setup_egg
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-WIovG3-build
Storing debug log for failure in /mindhive/gablab/u/zqi/.pip/pip.log
Any ideas? Thanks!!