-
Notifications
You must be signed in to change notification settings - Fork 15
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
Can't sync pipenv #150
Comments
Hello, Yeah indeed, something might be missing from documentation because the TL;DR: Run |
Thanks, I was able to sync 2nd error :
I modified the prod.yml (line 21) 3th error : Service "jarr-server" uses an undefined network "prometheus" >> I commented this in prod.yml 4th error and I don't know what to do :
|
Looks like the example For production I suggest you to use the images server and worker from dockerhub by replacing the A new release with a way more complete documentation should be release in a not so far future. |
Hi Thanks for your answer. I tried again with your prod.yml file
I tried the containers but I failed |
Yeah I definitely have to update the documentation. You can take a look at the
It runs for me, so I'm pretty sure it should be alright for you. Thanks for testing and keeping me up to date so far :) |
Hi Sorry, I'm not an expert :) rm JARR -Rf ╰─# git checkout fixing-docker-files ╰─# pipenv sync --dev ╰─# make start-env COMPOSE_FILE=Dockerfiles/prod.yml I tried ╰─# apt install postgresql ╰─# systemctl status postgresql.service |
Indeed, stuff were missing from that example. Thanks for the report ! |
╰─# cp prod-example.yml prod.yml Sorry, I really want to try ant install but I can't help |
Haha, don't worry about it. From your first command I can guess you're actually in the The trick is, So basically you need to get one directory up. |
Ubuntu 20.04.1 LTS, Docker version 19.03.8 and Python 3.8.5 installed
When I run
╰─$ pipenv sync --dev
Installing dependencies from Pipfile.lock (c916dd)…
Ignoring importlib-metadata: markers 'python_version < "3.8"' don't match your environment
An error occurred while installing psycopg2==2.8.5! Will try again.
Ignoring importlib-metadata: markers 'python_version < "3.8"' don't match your environment
🐍 ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 105/105 — 00:00:33
Installing initially–failed dependencies…
Collecting psycopg2==2.8.5▉▉▉▉▉▉▉▉▉▉▉ 0/1 — 00:00:00
Using cached psycopg2-2.8.5.tar.gz (380 kB)
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
☤ ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/1 — 00:00:01
Trying to install psycopg2
$ pip3 install psycopg2
Collecting psycopg2
Using cached psycopg2-2.8.6.tar.gz (383 kB)
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-8d1ctuq7/psycopg2/setup.py'"'"'; file='"'"'/tmp/pip-install-8d1ctuq7/psycopg2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-8d1ctuq7/psycopg2/pip-egg-info
cwd: /tmp/pip-install-8d1ctuq7/psycopg2/
Complete output (23 lines):
running egg_info
creating /tmp/pip-install-8d1ctuq7/psycopg2/pip-egg-info/psycopg2.egg-info
writing /tmp/pip-install-8d1ctuq7/psycopg2/pip-egg-info/psycopg2.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-install-8d1ctuq7/psycopg2/pip-egg-info/psycopg2.egg-info/dependency_links.txt
writing top-level names to /tmp/pip-install-8d1ctuq7/psycopg2/pip-egg-info/psycopg2.egg-info/top_level.txt
writing manifest file '/tmp/pip-install-8d1ctuq7/psycopg2/pip-egg-info/psycopg2.egg-info/SOURCES.txt'
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
I don't know what to do
The text was updated successfully, but these errors were encountered: