Skip to content

Installation Error #96

@biancaorita16

Description

@biancaorita16

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions