Entering edit mode
7.6 years ago
khaeuk
▴
100
Hello! I am posting another 'beginner' question.. I am trying to install bioservices because it is one of the dependencies I need for my project script. I tried ...
pip install bioservices
It says "Requirement already satisfied: ptyprocess>=0.5 in ... ". Then, when I run my install modules,
./install_modules.sh
It gives me the following :
not sure why it's throwing this message "PackageNotFoundError: Dependencies missing in current osx-64 channels".
I'd appreciate it if you guys can help me out getting this dependency!!
pip cannot find grequests package in it's channel and suggesting closely related (by spelling or by some magic) packages. bioservices package depend on grequests package.