Description
El error que me sale es este:
Successfully built termcolor
Installing collected packages: tensorflow-estimator, gast, scipy, opt-einsum, astunparse, termcolor, keras-preprocessing, google-pasta, tensorboard-plugin-wit, tensorboard, tensorflow, attrs, cattrs, pywin32, pypiwin32, mlagents
ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\Users\Usuario\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\tensorflow_estimator\python\estimator\canned\linear_optimizer\python\utils\pycache\sharded_mutable_dense_hashtable.cpython-37.pyc'
PS C:\Users\Usuario> mlagents-learn --help
mlagents-learn : El término 'mlagents-learn' no se reconoce como nombre de un cmdlet, función, archivo de script o programa ejecutable. Compruebe si escribió correctamente el nombre o, si
incluyó una ruta de acceso, compruebe que dicha ruta es correcta e inténtelo de nuevo.
En línea: 1 Carácter: 1
- mlagents-learn --help
-
+ CategoryInfo : ObjectNotFound: (mlagents-learn:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
¿Como lo puedo solucionar?.
Gracias.