conda info --envs
in Anaconda Prompt (Terminal on macOS/Linux):
flask
package.
flask
is unresolved. That means that the package is not available to the program and needs to be installed.
flask
to the environment you currently have connected to your project.
flask
is installed, it will be displayed in your project’s python packages. Click Python Packages and search for “flask” to view newly installed package.