Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Error #96

Open
biancaorita16 opened this issue Aug 15, 2018 · 1 comment
Open

Installation Error #96

biancaorita16 opened this issue Aug 15, 2018 · 1 comment

Comments

@biancaorita16
Copy link

biancaorita16 commented Aug 15, 2018

Hello. I have installed the omniture library by downloading the repository, going into it and running this command within a conda environment:

python setup.py install

That seems okay but when I try to import the library in Python I get this error:


ModuleNotFoundError Traceback (most recent call last)
in ()
1 #Import omniture library
----> 2 import omniture

~\anaconda\envs\biancasenv\lib\site-packages\omniture-0.3.1-py3.6.egg\omniture_init_.py in ()
1 # encoding: utf-8
2
----> 3 from account import Account, Suite
4 from elements import Value, Element, Segment
5 from query import Query

ModuleNotFoundError: No module named 'account'

Has anyone encountered this before?

I should mention that I am using Python 3.6.5.

@adibbehjat
Copy link

It seems the setup file has not been updated in over 2 years and it's pointing to this:

download_url='http://www.github.com/stdbrouw/python-omniture/tarball/master'

Would be best to do the following via terminal:

$ pip install git+http://github.com/dancingcactus/python-omniture.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants