Replies: 1 comment
-
Hi @Vanbk, how are you trying to run Camus? The following should get a server running on Debian/Ubuntu (with the $ git clone [email protected]:camuschat/camus.git && cd camus
$ virtualenv venv
$ . ./venv/bin/activate
$ pip install -r requirements.txt
$ ./bin/camus The development documentation might also be helpful for setting up your environment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
I am trying to rebuild and run the project cloned from the master branch to study. However, I face the following error:
"ImportError: cannot import name 'db' from partially initialized module 'camus' (most likely due to a circular import) (/opt/camus/camus/init.py)". Since it is a design error, could you please tell me how can resolve that.
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions