CompVis/taming-transformers

installing into conda virtualenv (not working?)

agi-codes opened this issue · 0 comments

Hi I am trying to install this into my program and using conda for virtual environment. for some reason I cannot get it to install, it does not show up. these are all the commands I tried so far: pip install taming-transformers-rom1504

pip install taming-transformers

pip install -e git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers

pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers

conda install -c conda-forge taming-transformers

conda install -c conda-forge taming

would appreciate any help or suggestion on resolving this matter! not sure if others are experiencing similar issues