Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError: [Errno 2] No such file or directory: 'my_model.pkl' #3

Open
minji-o-j opened this issue May 28, 2020 · 0 comments
Open
Labels
Error Error

Comments

@minji-o-j
Copy link
Owner

FileNotFoundError Traceback (most recent call last) in () 1 # get the folder id where you want to save your file 2 file = drive.CreateFile({'parents':[{u'id': ''}]}) ----> 3 file.SetContentFile('my_model.pkl') 4 file.Upload()
/usr/local/lib/python3.6/dist-packages/pydrive/files.py in SetContentFile(self, filename) 167 :type filename: str. 168 """ --> 169 self.content = open(filename, 'rb') 170 if self.get('title') is None: 171 self['title'] = filename
FileNotFoundError: [Errno 2] No such file or directory: 'my_model.pkl'

@minji-o-j minji-o-j added the Error Error label Jun 18, 2020
minji-o-j added a commit that referenced this issue Dec 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Error Error
Projects
None yet
Development

No branches or pull requests

1 participant