-
Notifications
You must be signed in to change notification settings - Fork 0
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 'urllib3.packages.six.moves' #19
Comments
@ping-localhost Can you please share your Compose file with me? Thanks! |
version: "3.5"
services:
proxmox-cloudflare-sync:
build: .
container_name: proxmox-cloudflare-sync
restart: always
environment:
NETWORK: 192.168.0.0/24
PROXMOX_URL: https://192.168.0.36:8006
PROXMOX_NODES_LIST: elitedesk,pve
PROXMOX_TOKEN_NAME: api-user@pam!main
PROXMOX_TOKEN: xxxxxxxxxx
CLOUDFLARE_TOKEN: xxxxxxxxxx
CLOUDFLARE_ZONE: foo.bar Just followed the steps in the README. 😅 |
I'm able to reproduce your problem. I'll take a deeper look and see if I can figure out why this broke.
|
I just pushed a commit that should fix this issue. It seems the most recent version of Python isn't compatible with aiohttp. I pinned it to v3.11. See here: aio-libs/aiohttp#7739. Please let me know if you can build/run the image now. |
The project now builds and runs, thank you! |
Just tried to install this on an simple alpine based docker LXC, but running the docker compose and starting the container results in the following errors:
The text was updated successfully, but these errors were encountered: