Giter Club home page Giter Club logo

Comments (4)

28mm avatar 28mm commented on July 23, 2024

Hi Ian,

I'm initially unable to reproduce (centos 7 and macos). Since I'm not super familiar with setuptools, it's not immediately obvious to me where it's going wrong...

Can you elaborate on your environment? I'm interested mostly in your os, and any particulars of the python distribution in use. That should help me reproduce.

Thanks!

from blast-radius.

icornett avatar icornett commented on July 23, 2024

from blast-radius.

28mm avatar 28mm commented on July 23, 2024

This appears to be an issue with the way package_data is specified in setup.py, and is limited to certain versions of setuptools.

I am able to work-around the issue in my Ubuntu test environment, by upgrading setuptools. Does the below also work in your environment?

[...]$ pip3 install --upgrade setuptools
[...]$ pip3 install blastradius

The problem seems to be that package_data is defined with a bunch of globs, that don't discriminate against directories. the "bad" versions of setuptools expect only regular files, and not directories.

package_data={
      '': ['*', '*/*', '*/*/*'], # yikes
}

Working on a more permanent fix, that works with more versions of setuptools.

from blast-radius.

icornett avatar icornett commented on July 23, 2024

from blast-radius.

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.