pepe-nude-colab icon indicating copy to clipboard operation
pepe-nude-colab copied to clipboard

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

Open kakamband opened this issue 4 years ago • 0 comments

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'

kakamband avatar Jan 07 '21 09:01 kakamband