Giter VIP home page Giter VIP logo

Comments (3)

JoanaMarieL avatar JoanaMarieL commented on June 19, 2024

Hi @dbl001 , happy to help. This issue seems to be related to dependency conflicts when updating your environment.

  1. First step would be to create new environment
conda create --name new_env python=3.10
conda activate new_env
pip install wandb

Then run simple wandb script

import wandb
wandb.init()
wandb.finish()
  1. If you are installing other packages then you might need to pin some versions in your environment and exclude them from updates
  • Freeze the versions of these dependencies to prevent them from being updated. Add the following lines to your requirements.txt in environment. charset_normalizer==2.0.4 chardet==4.0.0
  • Exclude specific packages from the update.

conda update --all --ignore-installed=charset_normalizer,chardet

Let us know if you have further questions.

from wandb.

dbl001 avatar dbl001 commented on June 19, 2024

Thanks! Pinning to charset_normalizer==2.0.4 resolved this.

 % conda list charset-normalizer
# packages in environment at /Users/davidlaxer/anaconda3/envs/AI-Feynman:
#
# Name                    Version                   Build  Channel
charset-normalizer        2.0.4              pyhd3eb1b0_0  

from wandb.

JoanaMarieL avatar JoanaMarieL commented on June 19, 2024

Glad to hear that @dbl001 , we'll mark this as resolved and feel free to reach us out again for any concern. Thanks!

from wandb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.