python-bayeux-client icon indicating copy to clipboard operation
python-bayeux-client copied to clipboard

ModuleNotFoundError: No module named 'bayeux_constants'

Open igtoth opened this issue 5 years ago • 0 comments

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?

igtoth avatar Sep 16 '20 15:09 igtoth