python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Import homemade package without duplicating name
I've built a package which I distributed through PyPI.
The upload, download, installation, and the package itself, all work fine. My problem is that in order to run it I need to call the package name ...
celerygemini
Votes: 0
Answers: 2
conda packages ending with pypi - where do they come from?
I'm trying to clone a conda environment. I tried conda list --export and then tried restoring into a new environment.
However, there were a lot of packages ending with =pypi that could not be found in...
Att Righ
Votes: 0
Answers: 1
noisereduce algorithm in python not working
I've been trying to use noisereduce pypi algorithm to reduce noise for an audio file but it is giving me an error :
Traceback (most recent call last):
File "C:/Users/Seif Koretum/Desktop/noise_...

Seif Koretum
Votes: 0
Answers: 2
can't build pip python package from source, I get unclear errors trying to building coincurve
I am trying to pip install a package by building it from source. This is the command I used pip install coincurve --no-binary :all:
I have a 2021 Macbook M1 Pro and I'm using pyenv with a virtualenv p...
ChristianOConnor
Votes: 0
Answers: 0