I Keep Breaking My Python Setup

Поділитися
Вставка
  • Опубліковано 15 лис 2022
  • Yes, I broke a conda installation by updating Pandas and installing Streamlit XD
    After getting my true recommended way at the end of this video, you'll never break your Anaconda install, and it'll be just a matter of copying the following lines:
    ```
    conda create -n streamlit-env python=3.8 (just do once)
    conda activate streamlit-env
    pip install streamlit
    cd "folder"
    streamlit run streamlit_app.py
    ```
    ☕ Want to support me? www.buymeacoffee.com/andfanilo
    🐦Follow my daily updates on Twitter: / andfanilo
    🗣️ My other links: linktr.ee/andfanilo
    Want to start the UA-cam Grind too? Here are some of my tools (Affiliate links)
    🎵 Music (Epidemic Sound) - www.epidemicsound.com/referra...
    👉 Links
    - Conda Cheatsheet: docs.conda.io/projects/conda/...
    - Miniconda: docs.conda.io/en/latest/minic...
    - Anaconda preinstalled packages: docs.anaconda.com/anaconda/pa...
    - Anaconda repository: anaconda.org/
    - Pip vs Conda: pythonspeed.com/articles/cond...
    🪶 32nd video, out of the 35 videos for 2022 goal. Yeah I'm experimenting a bit outside of tutorials, plus I'm looking for ways to tell beginners the emotions we go through when we install or code on a certain framework for the first time
    👍 On this channel, we love building a lot of small yet smart Streamlit apps to improve our Python chops, and recall our stories around Data Science and Content Creation. Like & Subscribe if you would like to see more videos!
    ⚠️ Disclaimer: This video is not sponsored, I receive no compensation by any brand quoted in this video. Views are my own and do not represent my employer's.
    Links included in this description might be affiliate links. If you purchase a product or service with the links that I provide I may receive a small commission. Thank you for supporting my channel so I can continue providing you with free content!
    #streamlit #python #datascience #dataapps

КОМЕНТАРІ • 3

  • @anatoliikostin3613
    @anatoliikostin3613 Рік тому +2

    I was using Anaconda and miniconda before. I didn’t like Anaconda Navigator as it was slow and was throwing different errors sometimes. And yes, (base) env is another head ache. Recently I found an article about pyenv and have been using it actively since then. It’s been great so far. I recommend it! I like to enable an environment locally in my project folder and never bother with activating different environments. And VS code supports well pyenv environments.

    • @andfanilo
      @andfanilo  Рік тому +1

      Thanks for sharing! I definitely am looking into other solutions, I have many troubles with my students when they use conda, I always have at least 3 of them with pywin32 errors or something about DLLs that is hard for them to debug alone...I was looking into poetry for that, but I like that you say pyenv has good integration with VSCode, will try it and maybe do a follow-up ahah.
      Though I'll miss doing conda install mongodb or java, that is something I like about it

  • @jbs3144
    @jbs3144 Рік тому

    I know that grad student… ha ha