NASA-PDS / deep-archive

PDS Open Archival Information System (OAIS) utilities, including Submission Information Package (SIP) and Archive Information Package (AIP) generators
https://nasa-pds.github.io/deep-archive/
Other
7 stars 4 forks source link

Deep Archive doesn't do Windows #77

Closed nutjob4life closed 3 years ago

nutjob4life commented 3 years ago

Describe the bug

Running the Deep Archive Tools (pds-deep-archive, sipgen, aipgen) fails on Windows.

To Reproduce

  1. Install Python 3.8.5 for Windows from the Python website.
  2. Create a virtual env with it: python -m venv mypy
  3. Go to it: cd mypy
  4. Install PDS Deep Archive Scripts\pip install pds.deeparchive
  5. Run it on a nice nearby bundle file: Scripts\pds-deep-archive ..\mybundle\bundle.xml

Expected behavior

I expect it to work, gosh durn it. That is, sipgen should produce the SIP and associated files, aipgen should make the AIP and associated files, and pds-deep-archive should do all of that.

Instead I get: sqlite3.OperationalError: unable to open database file

Version of Software Used

0.1.6

Screenshots

Screen Shot 2020-10-02 at 1 58 12 PM

Desktop