[pybsddb] How to install bsddb3 6.2.6

Kevin Cline admin at somelinguist.org
Thu Oct 4 23:13:07 CEST 2018


Hi, I'm trying to use pip to install bsddb3 on Windows 10 with Python 3.7,
but it fails with the following (see below).

Could you please point me in the right direction?

Thanks.

Kevin

-------------------------------------

E:\Code\dbxml_test $ pip install -U bsddb3

Collecting bsddb3

  Using cached
https://files.pythonhosted.org/packages/e9/fc/ebfbd4de236b493f9ece156f816c21df0ae87ccc22604c5f9b664efef1b9/bsdd
    Complete output from command python setup.py egg_info:

    Traceback (most recent call last):

      File "<string>", line 1, in <module>

      File
"C:\Users\Kevin\AppData\Local\Temp\pip-install-0vb3muq5\bsddb3\setup.py",
line 42, in <module>
        import setup3

      File
"C:\Users\Kevin\AppData\Local\Temp\pip-install-0vb3muq5\bsddb3\setup3.py",
line 385, in <module>
        with open(os.path.join(incdir, 'db.h'), 'r') as f :

    FileNotFoundError: [Errno 2] No such file or directory:
'db/include\\db.h'


    ----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in
C:\Users\Kevin\AppData\Local\Temp\pip-install-0vb3muq5\bsddb3\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.jcea.es/pipermail/pybsddb/attachments/20181004/31902111/attachment.html>


More information about the pybsddb mailing list