-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'gi' #124
Comments
This gives me
|
I cannot reproduce on a arm based mac and on amd64 debian bullseye |
What does it matter, you're pulling all the code from pip
|
not in the builder: https://gist.github.com/aspacca/6320d86692353001f7a0be1ae4471113#file-dockerfile-L13-L15
that's exactly where you have the error indeed not even in the run: |
Edit, this is due to using docker compose. Fine when using the @aspacca You're absolutely correct, I didn't spot that and I didn't copy the git repsitory to my folder. I feel like this is all a bit off topic. Though. Perhaps your gist should become the actual dockerfile, see #131
|
I'm not sure I'm following the above replies. Was there a tried and true solution for this? As it stands, Pantalaimon is unusable for me, as I cannot operate |
@jph it starts a tmux session that you can attach and from there start a new one running |
Thanks @aspacca, good workaround. |
I just tried setting up pantalaimon in docker, and can't get panctl to run from within the container.
Docker commands:
docker run -d --restart=unless-stopped -v /home/core/data:/data -p 8008:8008 matrixdotorg/pantalaimon
docker exec -it <instanceID> /bin/bash
I'm assuming 86060a2 didn't totally fix things.
The text was updated successfully, but these errors were encountered: