pip package for 0.1.3 broken
See original GitHub issueFirst: thanks for sharing your code!
I couldn’t import kapre after installing it via pip.
Investigating the archive on pypi revealed a problem with uppercases in the following filenames:
kapre-0.1.3
├── kapre
│ ├── Filterbank.py
│ └── Utils.py
Furthermore, the links on pypi to the repo are broken
Home Page: http://github.com/keunwoo/kapre/
Download URL: http://github.com/keunwoochoi/kapre/releases
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Pip broken after installing requests[security] - Stack Overflow
In the end, I had to go into the python program directory and forcibly removing it. $ cd usr/local/lib/python2.7/dist-packages $ sudo rm -rf ......
Read more >pip install broken on OSX and Ubuntu 20.04 (container w ...
With OSX I get an clang: error: unsupported option '-fopenmp' : I tried installing llvm , gcc and libomp with brew, setting CC...
Read more >Changelog - pip documentation v22.3.1
Only calculate topological installation order, for packages that are going to be installed/upgraded. This fixes an AssertionError that occurred when determining ...
Read more >Installing packages using pip and virtual environments
When you switch projects, you can simply create a new virtual environment and not have to worry about breaking the packages installed in...
Read more >pkginfo - PyPI
pkginfo README. This package provides an API for querying the distutils metadata written in the PKG-INFO file inside a source distriubtion (an sdist)...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It was the same problem as https://github.com/pypa/setuptools/issues/1227 and is now fixed. Thanks for reporting!
@rtjfarrimond I just renamed the files as a quick fix.