-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Bug Report
Please provide information about your setup
Output of dvc version:
> dvc version
DVC version: 1.1.10
Python version: 3.7.5
Platform: Windows-10-10.0.17763-SP0
Binary: True
Package: exe
Supported remotes: azure, gdrive, gs, hdfs, http, https, s3, ssh, oss
Cache: reflink - not supported, hardlink - supported, symlink - not supported
Filesystem type (cache directory): ('NTFS', 'C:\\')
Repo: dvc, git
Filesystem type (workspace): ('NTFS', 'C:\\')Additional Information (if any):
I am having problems with dvc push no longer working after I upgraded to the latest dvc.
My steps in a Windows Powershell window (if it appears a little bit disjointed its because I copied and pasted the output verbatim):
dvc init
You can now commit the changes to git.
+---------------------------------------------------------------------+
| |
| DVC has enabled anonymous aggregate usage analytics. |
| Read the analytics documentation (and how to opt-out) here: |
| https://dvc.org/doc/user-guide/analytics |
| |
+---------------------------------------------------------------------+
What's next?
- Check out the documentation: https://dvc.org/doc
- Get help and share ideas: https://dvc.org/chat
- Star us on GitHub: https://github.com/iterative/dvc
dvc remote add -d myremote s3://analysis-training-sets/masu-autofocus-models2
Setting 'myremote' as a default remote.
dvc add "model-all-00038-0.70911.pt"
100% Add|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████|1/1 [00:02, 2.99s/file]
To track the changes with git, run:
git add model-all-00038-0.70911.ptj.dvc
dvc push
ERROR: unexpected error - unable to open database file
Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!