You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While exploring the latest merge #1097#861 , I followed the instructions in the README and encountered an installation error when running npm install. The error message is as follows:
(open_manus) root@autodl-container-0133488710-39f91449:~/autodl-tmp/OpenManus/app/tool/chart_visualization# npm install
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm error code E403
npm error 403 403 Forbidden - GET https://bnpm.byted.org/@visactor/vmind/-/vmind-2.0.5.tgz
npm error 403 In most cases, you or one of your dependencies are requesting
npm error 403 a package version that is forbidden by your security policy, or
npm error 403 on a server you do not have access to.
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-04-26T16_55_39_408Z-debug-0.log
The error indicates that some dependent packages are using an unavailable custom source (bnpm.byted.org). I attempted to download the package locally, but it also failed. The error information is as follows:
Uh oh!
There was an error while loading. Please reload this page.
Bug Description
While exploring the latest merge #1097 #861 , I followed the instructions in the README and encountered an installation error when running
npm install
. The error message is as follows:The error indicates that some dependent packages are using an unavailable custom source (bnpm.byted.org). I attempted to download the package locally, but it also failed. The error information is as follows:
Bug solved method
Environment information
pip install -r requirements.txt
orpip install -e .
):pip install -r requirements.txtExtra information
No response
The text was updated successfully, but these errors were encountered: