Erreur de deploiement

Error: Failed to execute ‘removeChild’ on ‘Node’: The node to be removed is not a child of this node.
at _u (https://vocale-eefpde2pghcr349y2jmdes.streamlit.app/-/build/static/js/main.73399c3c.js:2:1414405)
at Is (https://vocale-eefpde2pghcr349y2jmdes.streamlit.app/-/build/static/js/main.73399c3c.js:2:1426195)
at t.unstable_runWithPriority (https://vocale-eefpde2pghcr349y2jmdes.streamlit.app/-/build/static/js/main.73399c3c.js:2:1573376)
at qo (https://vocale-eefpde2pghcr349y2jmdes.streamlit.app/-/build/static/js/main.73399c3c.js:2:136923

Bonjour à tous, voici l’erreur que je rencontre lors du déploiement de mon application. J’aimerais avoir une solution svp

Salut @neaj05, et bienvenue à toi ! :wave:

Serait-il possible de m’envoyer le lien du repo que tu essaies de déployer ?

Merci!
Charly

neaj05/vocale (github.com)

Thanks.

Try to unpin streamlit==1.28.1 in your requirements.txt

Charly

the same

je précise que l’application fonctionne bien sur Pycharm, lors du déploiement qu’il m’envoie ce message d’erreur

[19:26:52] :exclamation: installer returned a non-zero exit code
[19:26:52] :exclamation: Error during processing dependencies! Please fix the error and push an update, or try restarting the app.
[19:28:29] :exclamation: Streamlit server consistently failed status checks
[19:28:29] :exclamation: Please fix the errors, push an update to the git repo, or reboot the app.

le message dans le journal d’erreur

Thanks, @neaj05,

The last line in your requirements.txt references a local file path to a Python wheel file, which is not suitable for inclusion in a GitHub repository.

To properly include PyAudio as a dependency in your repo, you should list it in a requirements.txt file without the local file path. It should simply look like this:

PyAudio

It’s worth trying this – hopefully, that should fix the issue.

Best wishes,
Charly

j’ai essayé et j’ai toujours le même message d’erreur. Est ce que vous pouvez essayer le déploiement à votre niveau??

If you need PyAudio see here:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.