nomic-ai / contrastors

Train Models Contrastively in Pytorch
Apache License 2.0
459 stars 35 forks source link

Problem related to nomic login #1

Closed nioxinjiang3 closed 4 months ago

nioxinjiang3 commented 5 months ago

pip install nomic nomic login # follow prompts to login python -c "from nomic import atlas; print(atlas._get_datastream_credentials(name='contrastors'))" bash report "bash: nomic: command not found" system:ubuntu

zanussbaum commented 4 months ago

hm this seems like nomic didn't login correctly. Can you run pip list | grep nomic and paste the output?

AndriyMulyar commented 4 months ago

My guess here is that python is not referencing the same python installation that pip is install nomic into.

Try with python3 or inside a virtual environment @nioxinjiang3 .