Skip to content
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

Warning: psycopg2 binary #1

Open
cswh opened this issue Jul 25, 2018 · 0 comments
Open

Warning: psycopg2 binary #1

cswh opened this issue Jul 25, 2018 · 0 comments
Assignees
Labels

Comments

@cswh
Copy link
Member

cswh commented Jul 25, 2018

The following warnings occur when setting up at d8a6047:

(venv) $ python setup-database.py 
~/openmod.sh/venv/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
  return f(*args, **kwds)
~/openmod.sh/venv/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
  return f(*args, **kwds)
~/openmod.sh/venv/lib/python3.5/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  """)
 (venv) $ python openmod.sh.py 
~/openmod.sh/venv/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
 return f(*args, **kwds)
~/openmod.sh/venv/lib/python3.5/importlib/_bootstrap.py:222: RuntimeWarning: numpy.dtype size changed, may indicate binary incompatibility. Expected 96, got 88
 return f(*args, **kwds)
17:56:16-INFO-Path for logging: ~/.oemof/log_files
* Serving Flask app "openmod.sh.web" (lazy loading)
* Environment: production
...

@gnn Can you have a look?

@cswh cswh added the bug label Jul 25, 2018
@cswh cswh assigned gnn Jul 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants