To overcome an issue with importlib-metadata

This commit is contained in:
Yongxin Wang
2022-10-10 13:33:54 +08:00
parent 06fcb07b7b
commit c3ca577848

View File

@@ -249,6 +249,7 @@
},
"outputs": [],
"source": [
"!pip install importlib-metadata==4.12.0 # To overcome an issue with importlib-metadata https://stackoverflow.com/questions/73929564/entrypoints-object-has-no-attribute-get-digital-ocean\n",
"!pip install gym[box2d]\n",
"!pip install stable-baselines3[extra]\n",
"!pip install huggingface_sb3\n",
@@ -1184,11 +1185,18 @@
},
"gpuClass": "standard",
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.9.7",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"name": "python",
"version": "3.9.7"
},
"vscode": {
"interpreter": {
"hash": "ed7f8024e43d3b8f5ca3c5e1a8151ab4d136b3ecee1e3fd59e0766ccc55e1b10"
}
}
},
"nbformat": 4,