This repository was archived by the owner on Oct 16, 2025. It is now read-only.
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 git@github.com:camuschat/camus.git && cd camus
$ virtualenv venv
$ . ./venv/bin/activate
$ pip install -r requirements.txt
$ ./bin/camusThe 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
Uh oh!
There was an error while loading. Please reload this page.
-
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