skip to Main Content

Flutter Doctor: Cannot determine Java version – need to correct path (Linux Mint)

richard@linux-mint:~$ flutter doctor -v [✓] Flutter (Channel stable, 3.24.5, on Linux Mint 22 6.8.0-38-generic, locale en_US.UTF-8) • Flutter version 3.24.5 on channel stable at /home/richard/snap/flutter/common/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision dec2ee5c1f (2 weeks ago), 2024-11-13 11:13:06 -0800 •…

VIEW QUESTION

Python `ModuleNotFoundError` inside Docker container

I am developing and testing with airflow inside a docker container. The container is created using the image ghcr.io/apache/airflow/main/ci/python3.9 from apache/airflow. Inside the container, airflow and python are installed: $ which airflow /usr/local/bin/airflow $ which python /usr/local/bin/python I tried to…

VIEW QUESTION
Back To Top
Search