Not Found for url ... when try bundle with github auth_token #1297
Replies: 4 comments
-
On windows.. you can use environment way to add new variables defined.. in this case Or another way is set.. you can find couple of choices when you search online.. |
Beta Was this translation helpful? Give feedback.
-
you can use the set command on windows instead of export. |
Beta Was this translation helpful? Give feedback.
-
I see you have hit the same issue on windows.. that's a bug from monai side which is fixed only in dev branch.
The solution is, uninstall monai and use github way.. set PYTHONPATH variable to github monai checkout project directory. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As below:
File "C:\Users\FullerLabAI\anaconda3\lib\site-packages\monai\bundle\scripts.py", line 434, in _get_all_bundles_info
resp.raise_for_status()
File "C:\Users\FullerLabAI\anaconda3\lib\site-packages\requests\models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://api.github.com/repos/Project-MONAI%5Cmodel-zoo/releases
when try: export MONAI_ZOO_AUTH_TOKEN=, got no export command
Beta Was this translation helpful? Give feedback.
All reactions