Git Product home page Git Product logo

Comments (5)

william-silversmith avatar william-silversmith commented on May 27, 2024

Hi, I'm having some trouble getting the github action to run to completion. Will release once I can debug it.

from dracopy.

huspspvf9212 avatar huspspvf9212 commented on May 27, 2024

Thanks!

from dracopy.

huspspvf9212 avatar huspspvf9212 commented on May 27, 2024

@william-silversmith Seems github actions is still failing. Following is what chatGPT says, might be helpful

The error message you provided indicates that the command python -m pip wheel /project --wheel-dir=/tmp/cibuildwheel/built_wheel --no-deps failed with code 1.

There are a few reasons why this command could have failed, including:

Permission issues: It's possible that the user running the command doesn't have the necessary permissions to perform the operation. Try running the command with sudo or as an administrator.

Dependencies missing: The --no-deps flag in the command specifies that no dependencies should be installed. If the package you're trying to build requires dependencies that aren't already installed, the command will fail. Try removing the --no-deps flag to allow dependencies to be installed.

Issues with the package: It's possible that there are issues with the package itself that are causing the command to fail. Make sure that the package is installed correctly and that all required files are present.

Issues with the environment: There could be issues with the Python environment that you're using to run the command. Try creating a new virtual environment and running the command again.

It's difficult to say exactly what is causing the error without more information. You can try running the command again with the -v flag to enable verbose output, which might provide more details about the error. Alternatively, you can try searching for the error message online to see if others have encountered similar issues and found a solution.

from dracopy.

william-silversmith avatar william-silversmith commented on May 27, 2024

from dracopy.

william-silversmith avatar william-silversmith commented on May 27, 2024

This is on pypi!

from dracopy.

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.