bersbersbers
bersbersbers
``` user@host:~> mkdir temp user@host:~> cd temp user@host:~/temp> echo import scikitplot > bug.py user@host:~/temp> pipreqs INFO: Successfully saved requirements file in /home/bers/temp/requirements.txt user@host:~/temp> more requirements.txt scikit_plot==0.3.7 scikitplot==0.1.1 ``` The last...
`PyPDF2` is installed and I import it in my project, but when I use `pipreqs --use-local`, it is missing from the output, while it is included in the output of...
A `numpy` subfolder in the project hides the `numpy` pypi package from `requirements.txt`, even if empty and non-functional. Repro steps - ``` mkdir temp cd temp echo import matplotlib >...
This code shows how `colour-science==0.3.14` is detected as `colour==0.1.5`. ``` pip install colour-science==0.3.14 echo import colour > bug.py echo "print(colour.__version__)" >> bug.py python bug.py pipreqs --print ```
https://github.com/dotnet/ILMerge allows to build a single .exe file for .NET applications - would this be an interesting option to get rid of .dll depencies?
#### Check all platforms you experienced the issue (change to `[x]`) - [x] Every Platform #### What type of issue is? - [x] crash #### Describe your issue Copy path...
**"OpenSSH for Windows" version** 8.1.0.0 **Server OperatingSystem** Linux **Client OperatingSystem** Windows 10 Pro **What is failing** When using `IdentitiesOnly yes` in an SSH config, `ssh.exe` always asks for the encryption...
(I am not sure this is an issue with Shiny or Shiny Server - it might be the latter as I cannot reproduce it locally.) ### System details Browser Version:...
### System details Browser Version: Chrome 98, Firefox 97 Output of `sessionInfo()`: ``` R version 4.1.2 (2021-11-01) Platform: x86_64-suse-linux-gnu (64-bit) Running under: openSUSE Leap 15.2 Matrix products: default BLAS: /usr/lib64/R/lib/libRblas.so...
### System details Output of `sessionInfo()`: ``` R version 4.1.2 (2021-11-01) Platform: x86_64-suse-linux-gnu (64-bit) Running under: openSUSE Leap 15.2 Matrix products: default BLAS: /usr/lib64/R/lib/libRblas.so LAPACK: /usr/lib64/R/lib/libRlapack.so locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C...