GithubHelp home page GithubHelp logo

Comments (8)

Declow avatar Declow commented on July 19, 2024 4

If you installed the library using pip install recmetrics then thats the problem.
The current version in pipy is outdated quite a bit. You might want to try and install using git.
pip install -e git+https://github.com/statisticianinstilettos/recmetrics.git@master#egg=recmetrics

from recmetrics.

Declow avatar Declow commented on July 19, 2024 2

When using something like colab you need to remember to add "!" infront of the command.
Next it might be required that you restart the runtime.
I just did a test and it worked after a restart of the runtime.

from recmetrics.

Prokledge avatar Prokledge commented on July 19, 2024 1

Still not working. I am even using google colab platform.

from recmetrics.

caramelWaffle avatar caramelWaffle commented on July 19, 2024

Same problem.

from recmetrics.

yehjames avatar yehjames commented on July 19, 2024

same problem, any solution?

from recmetrics.

Prokledge avatar Prokledge commented on July 19, 2024

When I run this: pip install -e git+https://github.com/statisticianinstilettos/recmetrics.git@master#egg=recmetrics.

I get the error below after successfully running the recommended pip ..... code .
ModuleNotFoundError: No module named 'recmetrics' when i run 'import recmetrics'

from recmetrics.

Declow avatar Declow commented on July 19, 2024

Did you remember to use the correct python version with the pip command?
Example om my pc pip3 is associated with python3 and pip is associated with python2.
So if I had to run the command I would have to change the command to
pip3 install -e git+https://github.com/statisticianinstilettos/recmetrics.git@master#egg=recmetrics

from recmetrics.

gregwchase avatar gregwchase commented on July 19, 2024

Fixed in #26

from recmetrics.

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.