Error launching Lab
If you get one of the following errors while launching Lab,400: Bad Request500: Internal Server Error503: Service UnavailableSpawn failed
Lab server errors
If you get one of the following errors from inside Lab,Service unavailable or unreachableFile Save Error
ModuleNotFoundError
While running a notebook, if you get aModuleNotFoundError after an import statement:
- Check to make sure you are using the correct notebook kernel for your environment, see Switch notebook kernel.
- If you are using the correct kernel, the package you are trying to import may not be installed in that environment. See Install new package.
NoRegionError
If you are running an Amazon Braket notebook and get aNoRegionError, it’s likely that you have not enabled Quantum Jobs. Run
UnrecognizedClientException
If you are trying to submit an AWS task and get the following exception,OpenSSL AttributeError
Depending on the environment you’re using, executingAttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms'. If this happens to you, don’t worry!
This is simply a result of an outdated pyOpenSSL version. Upgrade to the latest version and the problem should be resolved:
