Hello,
I want to install Pytorch geometric temporal on an environment using the mamba commands. However I only found the pip version to install pytorch geometric temporal. Is there a conda/mamba possibilty?
Hello,
I want to install Pytorch geometric temporal on an environment using the mamba commands. However I only found the pip version to install pytorch geometric temporal. Is there a conda/mamba possibilty?
Isn’t mamba a C++ version of conda? In conda once you’ve activated an environment you can also use pip install for packages unavailable with conda install. Maybe the same thing works in your mamba environment @Charitini_S ?
Okay, I am a bit worried about mixing mamba and pip commands. Here is how the installation would look:
Yes, that’s how it works in conda. I would give it a shot and if not uninstall it again. I’d just watch out for torch-geometric-temporal overwriting your pytorch version, which I hope it doesn’t. Otherwise maybe reach out to the mamba devs on GitHub