Bsddb3 problem
#8
(06-19-2023, 03:47 PM)RobbieRich Wrote: Did that and get another error …. Not sure what to make of that ! 
File not found error no such file or directory: db/include\\db.h ?
Did cmd powershell in map of python ! 
So now what ? 

Snoopy dateline='[url=tel:1687176748' Wrote: 1687176748[/url]']
all these posted commands refer to linux, not windows, so on windows they wont work (except when you using windows subshell for linux)

when using plain pyhton on windows you will need to install the bsddb3 package via pyhton "pip install bsddb3"

well it seems bsddb3 is deprecated, see https://pypi.org/project/bsddb3/

anyway, it also seems it depends on a real db installation, so running the script on linux seems the only way

Errormessage  when running
[2 lines of output]
      Can't find a local Berkeley DB installation.
      (suggestion: try the --berkeley-db=/path/to/bsddb option)
      [end of output]
Reply


Messages In This Thread
Bsddb3 problem - by RobbieRich - 06-17-2023, 03:50 PM
RE: Bsddb3 problem - by marc1n - 06-17-2023, 03:55 PM
RE: Bsddb3 problem - by RobbieRich - 06-17-2023, 04:28 PM
RE: Bsddb3 problem - by marc1n - 06-17-2023, 06:06 PM
RE: Bsddb3 problem - by RobbieRich - 06-19-2023, 01:56 PM
RE: Bsddb3 problem - by Snoopy - 06-19-2023, 02:12 PM
RE: Bsddb3 problem - by RobbieRich - 06-19-2023, 03:47 PM
RE: Bsddb3 problem - by Snoopy - 06-21-2023, 04:41 PM