Git Product home page Git Product logo

Comments (9)

DavidA2014 avatar DavidA2014 commented on June 12, 2024 5

I think you need to use:

pip install python-dateutil

from cve-search.

remy avatar remy commented on June 12, 2024 1

Thanks for the reply (and sorry for the late response, only picking this up again now).

This didn't seem to work, it fails with:

Could not find a version that satisfies the requirement dateutil (from versions: )
No matching distribution found for dateutil

Is it possible that it's simply not compatible with mac's unix flavour?

from cve-search.

PidgeyL avatar PidgeyL commented on June 12, 2024

This means that, under Mac, dateutil is not part of the default python module set. Try running sudo pip3 install dateutil

The README is made with Linux in mind. If this solves your issue, I will update the requirements file to include dateutil

from cve-search.

PidgeyL avatar PidgeyL commented on June 12, 2024

If you run pip3 freeze | grep dateutil, do you see anything? Do you have easy_install3 on mac?

from cve-search.

PidgeyL avatar PidgeyL commented on June 12, 2024

@DavidA2014: that might work, @remy, can you give it a try? Use pip3 though, since it's for python3

from cve-search.

jonaskint avatar jonaskint commented on June 12, 2024

Getting the same issue on the Ubuntu 15.10. The issue is resolved if you install the packages via aptitude instead of pip.
python3-pymongo
python3-dateutil
python3-redis
...

from cve-search.

PidgeyL avatar PidgeyL commented on June 12, 2024

@remy Any updates?

from cve-search.

PidgeyL avatar PidgeyL commented on June 12, 2024

@remy Could you try this installation procedure? I'm going to close this issue, if it still doesn't work, just re-open it.

from cve-search.

franciscohanna92 avatar franciscohanna92 commented on June 12, 2024

The solution by @DavidA2014 worked for me

from cve-search.

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.