taokz / BiomedGPT

BiomedGPT: A Unified and Generalist Biomedical Generative Pre-trained Transformer for Vision, Language, and Multimodal Tasks
Apache License 2.0
363 stars 34 forks source link

not able to run-> conda env create -f biomedgpt.yml #18

Closed uday18git closed 4 months ago

uday18git commented 5 months ago

conda env create -f biomedgpt.yml Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies. Conda may not use the correct pip to install your packages, and they may end up in the wrong place. Please add an explicit pip dependency. I'm adding one for you, but still nagging you. Collecting package metadata (repodata.json): done Solving environment: failed

ResolvePackageNotFound:

please help

taokz commented 5 months ago

@uday18git Please try to install the dependencies via pip install -r requirements.txt. I've just uploaded the corresponding file. If it still does not work, please let me know.