guides/conda-quickstart/ #8738
Replies: 4 comments 4 replies
-
Does the python version have to be 3.8? Can it be a newer version? What would/wouldn't break if we used 3.11, for example (I'm thinking of the [ray]tuning feature)? |
Beta Was this translation helpful? Give feedback.
-
Hi is there a way to install the yolov8 dependencies using Anaconda prompt to the virtual environment other than pip install ultralytics? For example I already downloaded the ultralytics package from GitHub and opened it as project folder using PyCharm. Is there a way to only install the required libraries? |
Beta Was this translation helpful? Give feedback.
-
The step-by-step instructions on creating a Conda environment and installing Ultralytics made everything so much simpler. The section about CUDA compatibility was a huge help too—I had no idea how to avoid those conflicts before. And just when I thought it couldn’t get better, the mention of Docker images with Conda included is like icing on the cake! For anyone setting this up on Ubuntu, the install miniconda ubuntu guide is a perfect starting point. Highly recommend this to anyone looking to streamline their data science or machine learning setup. Kudos for such a thorough and easy-to-follow guide! |
Beta Was this translation helpful? Give feedback.
-
The step-by-step instructions on creating a Conda environment and installing Ultralytics made everything so much simpler. The section about CUDA compatibility was a huge help too—I had no idea how to avoid those conflicts before. And just when I thought it couldn’t get better, the mention of Docker images with Conda included is like icing on the cake! For anyone setting this up on Ubuntu, the install miniconda ubuntu guide is a perfect starting point. Highly recommend this to anyone looking to streamline their data science or machine learning setup. Kudos for such a thorough and easy-to-follow guide! |
Beta Was this translation helpful? Give feedback.
-
guides/conda-quickstart/
Comprehensive guide to setting up and using Ultralytics YOLO models in a Conda environment. Learn how to install the package, manage dependencies, and get started with object detection projects.
https://docs.ultralytics.com/guides/conda-quickstart/
Beta Was this translation helpful? Give feedback.
All reactions