Giter Site home page Giter Site logo

Comments (4)

Hans-han avatar Hans-han commented on August 25, 2024 1

issue solved by pip install cmake under python 3.11.4

from financial-models-numerical-methods.

cantaro86 avatar cantaro86 commented on August 25, 2024

Thanks for reporting the issue.
Unfortunately, I cannot reproduce your error. On my system, it works fine.
Using python 3.11.4 on a Mac M2, when I run pip install --requirement requirements.txt I get:

Building wheel for qdldl (pyproject.toml) ... done
Created wheel for qdldl

I can recommend removing the folder python-venv and

  • check that you have the right version: python --version
  • create again the virtual environment:
python3 -m venv --prompt FMNM python-venv 
source python-venv/bin/activate 
python3 -m pip install --upgrade pip
  • and then install the requirements using:
    python3 -m pip install --no-cache-dir --requirement requirements.txt
    Maybe the problem is the cache

Please let me know if you still get the same error.
If it still doesn't work, maybe conda is the way to go.

from financial-models-numerical-methods.

cantaro86 avatar cantaro86 commented on August 25, 2024

If that doesn't work, try to replace requirements.txt with list_of_packages.txt.

from financial-models-numerical-methods.

Hans-han avatar Hans-han commented on August 25, 2024

Thank you for the help ! Let me try and see if it runs

from financial-models-numerical-methods.

Related Issues (14)

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.