Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (opencv2) Transfusions-MacBook-Air:fmiqlib transfusion$ BERKELEYDB_DIR=/usr/local/Cellar/berkeley-db/6.2.32/ pip install bsddb3
- Collecting bsddb3
- Using cached https://files.pythonhosted.org/packages/ba/a7/131dfd4e3a5002ef30e20bee679d5e6bcb2fcc6af21bd5079dc1707a132c/bsddb3-6.2.5.tar.gz
- Complete output from command python setup.py egg_info:
- Trying to use the Berkeley DB you specified...
- Detected Berkeley DB version 6.2 from db.h
- ******* COMPILATION ABORTED *******
- You are linking a Berkeley DB version licensed under AGPL3 or have a commercial license.
- AGPL3 is a strong copyleft license and derivative works must be equivalently licensed.
- You have two choices:
- 1. If your code is AGPL3 or you have a commercial Berkeley DB license from Oracle, please, define the environment variable 'YES_I_HAVE_THE_RIGHT_TO_USE_THIS_BERKELEY_DB_VERSION' to any value, and try to install this python library again.
- 2. In any other case, you have to link to a previous version of Berkeley DB. Remove Berlekey DB version 6.x and let this python library try to locate an older version of the Berkeley DB library in your system. Alternatively, you can define the environment variable 'BERKELEYDB_DIR', or 'BERKELEYDB_INCDIR' and 'BERKELEYDB_LIBDIR', with the path of the Berkeley DB you want to use and try to install this python library again.
- Sorry for the inconvenience. I am trying to protect you.
- More details:
- https://forums.oracle.com/message/11184885
- http://lists.debian.org/debian-legal/2013/07/
- ******* COMPILATION ABORTED *******
- ----------------------------------------
- Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/jr/0pyy9d4x1fx6f6b2rqngqgzw0000gn/T/pip-install-6htapU/bsddb3/
- (opencv2) Transfusions-MacBook-Air:fmiqlib transfusion$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement