forked from michaeldhealy/python-omniture
-
Notifications
You must be signed in to change notification settings - Fork 51
Installation Error #96
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels