-
Notifications
You must be signed in to change notification settings - Fork 24
Description
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?