Giter VIP home page Giter VIP logo

Comments (4)

JackMcKew avatar JackMcKew commented on September 26, 2024

pyinstaller-action-linux looks within the src directory for the requirements.txt file, while yours seems to be in the root, hope this helps :)

from pyinstaller-action-linux.

JackMcKew avatar JackMcKew commented on September 26, 2024

I note that a PR was made for the requirements file path to be configurable for the windows equivalent: JackMcKew/pyinstaller-action-windows#15 but I haven't got around to bringing it to this action

from pyinstaller-action-linux.

pranjal-joshi avatar pranjal-joshi commented on September 26, 2024

pyinstaller-action-linux looks within the src directory for the requirements.txt file, while yours seems to be in the root, hope this helps :)

Ok. This helps. But, I have a new problem.
I need to set up a dependency named TA-lib. For that, I need to run the following commands in the shell before executing pyinstaller.

$ tar -xzf ta-lib-0.4.0-src.tar.gz
$ cd ta-lib/
$ ./configure --prefix=/usr
$ make
$ sudo make install

So, How can I do it with your GitHub action?

from pyinstaller-action-linux.

pranjal-joshi avatar pranjal-joshi commented on September 26, 2024

pyinstaller-action-linux looks within the src directory for the requirements.txt file, while yours seems to be in the root, hope this helps :)

Ok. This helps. But, I have a new problem.
I need to set up a dependency named TA-lib. For that, I need to run the following commands in the shell before executing pyinstaller.

$ tar -xzf ta-lib-0.4.0-src.tar.gz
$ cd ta-lib/
$ ./configure --prefix=/usr
$ make
$ sudo make install

So, How can I do it with your GitHub action?

Hello, Thanks for the great action!
But I have shifted to my custom workflow as my dependency setup is a bit weird to setup with this action.

Though, it would be great if you add an argument through which we can run commands to setup dependencies for windows, ubuntu and mac.

You may close this issue. Thanks.

from pyinstaller-action-linux.

Related Issues (12)

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.