GithubHelp home page GithubHelp logo

Comments (4)

deanwampler avatar deanwampler commented on May 28, 2024

Sorry for the delay in replying. Did you find it worked with 3.7 or 3.8? It would be better to use a later release anyway. I'll update the README.

from academy.

laxatives avatar laxatives commented on May 28, 2024

Yes, this was resolved in 3.7, did not try in 3.8.

from academy.

deanwampler avatar deanwampler commented on May 28, 2024

Closing this for now, as I'm deprecating 3.6 support...

from academy.

ayooshkathuria avatar ayooshkathuria commented on May 28, 2024

I had the same issue with 3.7.8 as well. I created the Conda environment using the environmnent.yml file provided in the repo.

It turns out the error for me was happening because my LC_ALL in my systems locale was undefined. It can be easily check by typing locale at the terminal. Here is how mine looked.

image

The solution to this was to reconfigure my locale so that the LC_ALL is set to C.

export LC_ALL=C
sudo dpkg-reconfigure locales

Just keep hitting enter and let it do it's thing.

This sets the LC_ALL to C. The code works nicely after this.

from academy.

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.