RuntimeError: Database 'asvspoof' cannot be found at expected location
ERROR: bob.bio.db.tests.test_implementations.test_ASVspoofBioDatabase
----------------------------------------------------------------------
Traceback (most recent call last):
File "/local/gitlab-runner/builds/224a6381/0/bob/bob.nightlies/env/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/local/gitlab-runner/builds/224a6381/0/bob/bob.nightlies/env/lib/python2.7/site-packages/bob/bio/db/tests/test_implementations.py", line 77, in test_ASVspoofBioDatabase
_check_database(database, training_depends=True, skip_train=True)
File "/local/gitlab-runner/builds/224a6381/0/bob/bob.nightlies/env/lib/python2.7/site-packages/bob/bio/db/tests/test_implementations.py", line 38, in _check_database
assert len(database.all_files()) > 0
File "/local/gitlab-runner/builds/224a6381/0/bob/bob.nightlies/env/lib/python2.7/site-packages/bob/bio/db/database.py", line 449, in all_files
return self.sort(self.objects(protocol=self.protocol, groups=groups, **self.all_files_options))
File "/local/gitlab-runner/builds/224a6381/0/bob/bob.nightlies/env/lib/python2.7/site-packages/bob/bio/db/databases/asvspoof.py", line 121, in objects
clients=model_ids, gender=gender)
File "/local/gitlab-runner/builds/224a6381/0/bob/bob.nightlies/env/lib/python2.7/site-packages/bob/db/asvspoof/query.py", line 106, in objects
self.assert_validity()
File "/local/gitlab-runner/builds/224a6381/0/bob/bob.nightlies/env/lib/python2.7/site-packages/bob/db/asvspoof/query.py", line 64, in assert_validity
INFO.name(), SQLITE_FILE))
RuntimeError: Database 'asvspoof' cannot be found at expected location '/local/gitlab-runner/builds/224a6381/0/bob/bob.nightlies/env/lib/python2.7/site-packages/bob/db/asvspoof/db.sql3'. Create it and then try re-connecting using Database.connect()
I see that this is being downloaded in the nightlies:
$ ./bin/bob_dbmanage.py all download
Extracting url 'https://www.idiap.ch/software/bob/databases/latest/asvspoof.tar.bz2' to '/local/gitlab-runner/builds/224a6381/0/bob/bob.nightlies/src/bob.db.asvspoof/bob/db/asvspoof/db.sql3'
But the db.sql3
in the wheel. While all other databases including avspoof
have their db.sql3
in their wheel.