Skip to content

ModuleNotFoundError: No module named 'bayeux_constants' #10

@igtoth

Description

@igtoth

I installed your module inside venv and I'm getting this error below when trying to import:

(env) user@server:~/project2$ python cometd.py Traceback (most recent call last): File "cometd.py", line 1, in <module> from bayeux.bayeux_client import BayeuxClient File "/home/azureuser/project2/env/src/python-bayeux-client/bayeux/bayeux_client.py", line 1, in <module> import bayeux_constants ModuleNotFoundError: No module named 'bayeux_constants'

Install:

user@server:~/project2$ source env/bin/activate (env) user@server:~/project2$ pip install -e git+https://github.com/dkmadigan/python-bayeux-client#egg=python-bayeux-client Obtaining python-bayeux-client from git+https://github.com/dkmadigan/python-bayeux-client#egg=python-bayeux-client Cloning https://github.com/dkmadigan/python-bayeux-client to ./env/src/python-bayeux-client Installing collected packages: python-bayeux-client Running setup.py develop for python-bayeux-client Successfully installed python-bayeux-client

Can't find this issue over internet. Any clue?

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