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

No such file or directory: '/content/dreamtime/src/cli/' & No such file or directory: 'run.py' #1

Open
kakamband opened this issue Jan 7, 2021 · 0 comments

Comments

@kakamband
Copy link

Cloning into 'dreamtime'...
remote: Enumerating objects: 518, done.
remote: Counting objects: 100% (518/518), done.
remote: Compressing objects: 100% (311/311), done.
remote: Total 5438 (delta 295), reused 354 (delta 189), pack-reused 4920
Receiving objects: 100% (5438/5438), 16.05 MiB | 13.46 MiB/s, done.
Resolving deltas: 100% (3247/3247), done.
[Errno 2] No such file or directory: '/content/dreamtime/src/cli/'
/content


FileNotFoundError Traceback (most recent call last)

in ()
2 get_ipython().system('git clone https://github.com/private-dreamnet/dreamtime.git')
3 get_ipython().magic("cd '/content/dreamtime/src/cli/'")
----> 4 f=open('run.py','r').read().replace('create_watermark(nude)','nude');open('run.py','w').write(f)
5 get_ipython().system('pip install git+https://github.com/jeroenmeulenaar/python3-mega.git')
6 get_ipython().system('pip install mediafire')

FileNotFoundError: [Errno 2] No such file or directory: 'run.py'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant