question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pip package for 0.1.3 broken

See original GitHub issue

First: 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:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
keunwoochoicommented, Mar 11, 2018

It was the same problem as https://github.com/pypa/setuptools/issues/1227 and is now fixed. Thanks for reporting!

1reaction
TGaborcommented, Mar 9, 2018

@rtjfarrimond I just renamed the files as a quick fix.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found