python-omniture
python-omniture copied to clipboard
Cannot install omniture
Hi! I am a beginner and cannot install omniture with python. I am using Anaconda 2 and created a virtual env. I then tried to use pip install omniture and it throws up an error.

Any help will be useful. Thanks!
Do you know if you have git intsalled?
You can check it by typing git --version If it gives you an error then you will need to install it.
If you do need to install it you can grab it here. https://git-scm.com/download/win
Have installed git as well! There seems to be an error in the package when I try to use "pip install omniture"

Apologies! Using the whole git link from within anaconda worked out fine! It should be considered to include the git installation step in the install instructions just in case someone does not have git.