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 #4

Open
HarukiOwO opened this issue May 13, 2021 · 9 comments
Open

No such file or directory #4

HarukiOwO opened this issue May 13, 2021 · 9 comments

Comments

@HarukiOwO
Copy link

[Errno 2] No such file or directory : 'ffprobe'

expected str, bytes or os.PathLike object, not NoneType

@MrJayGatsby
Copy link

Add https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git in buildpacks

@zYxDevs
Copy link

zYxDevs commented Nov 20, 2021

Add https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git in buildpacks

how if deploy on local ?

@cesar-estrada
Copy link

For deploy on local i install ffmpeg

@cesar-estrada
Copy link

Add https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git in buildpacks

Thanksssssss. I made it !!

@zYxDevs
Copy link

zYxDevs commented Aug 4, 2022

Add https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git in buildpacks

Thanksssssss. I made it !!

Please help me. I added buildpack in heroku, but it's saying "Your new buildpack configuration will be used when this app is next deployed.". What should i do?

redeploy your apps

@zYxDevs
Copy link

zYxDevs commented Aug 5, 2022

redeploy your apps

new shit happened

2022-08-04T19:41:12.905605+00:00 app[worker.1]: mod_name, mod_spec, code = _get_module_details(mod_name, _Error) 2022-08-04T19:41:12.905605+00:00 app[worker.1]: File "/usr/lib/python3.8/runpy.py", line 144, in _get_module_details 2022-08-04T19:41:12.905606+00:00 app[worker.1]: return _get_module_details(pkg_main_name, error) 2022-08-04T19:41:12.905606+00:00 app[worker.1]: File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details 2022-08-04T19:41:12.905606+00:00 app[worker.1]: import(pkg_name) 2022-08-04T19:41:12.905607+00:00 app[worker.1]: File "/app/bot/init.py", line 2, in 2022-08-04T19:41:12.905607+00:00 app[worker.1]: from pyrogram import Client 2022-08-04T19:41:12.905607+00:00 app[worker.1]: ModuleNotFoundError: No module named 'pyrogram' 2022-08-04T19:41:13.033857+00:00 heroku[worker.1]: Process exited with status 1 2022-08-04T19:41:13.102081+00:00 heroku[worker.1]: State changed from up to crashed

did u edit requirements.txt ?
if no pyrogram on requirements.txt add it

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

5 participants
@zYxDevs @HarukiOwO @cesar-estrada @MrJayGatsby and others