Vicente Oyanedel Muñoz
Vicente Oyanedel Muñoz
Readme requirements doesn't specify python version.
Requirements.txt doesn't specify tensorflow version needed.
## Current Behavior After a fresh install of ```Miniconda3-latest-Windows-x86_64``` on Windows 10 Pro, i cannot run ```conda init``` on neither CMD and Powershell. It throws the following stack trace: ```...
## Basic info **Project name**: python-dotenv **Project link**: https://pypi.org/project/python-dotenv/ ## Qualifications [ZeroVer](https://zerover.org)'s patent-pending zero-based versioning scheme can obviously be used by everyone, but not every usage is necessarily notable. Check...
It could be great if `-bd` and `-ed` parameters could be `Datetime `fields instead of just `Date`. Because in some cases the minimum resolution (1 day) is too big to...
When the tweet text has line jumps it breaks the csv format by introducing more lines . For example, this is an extract of the following call: `twitterscraper sut -o...
I've been thinking a lot about this code fragment in https://github.com/kyungyunlee/ismir2018-revisiting-svd/blob/master/leglaive_lstm/audio_processor.py in function process_single_audio (Compute double stage HPSS for the given audio file) in lines 24-33: ```python audio_src, _ =...
## The problem The Python Semantic Release GitHub action stopped working from one day to another. In the upload to repository step, it fails with an `error: No module named...
I'm trying to install PySoundfile library un Arch Linux. I followed the installation scheme proposed in the docs: ``` > conda install cffi numpy > pip install pysoundfile > pacman...
I'm working with some high-quality audio data with **10,000,000 samples** and a **bitrate of 44,100 samples/sec**. When i do `sf.write `in `.ogg` format it crashes without an exception. # Specs...