Techtonique / nnetsauce

Statistical/Machine Learning using Randomized and Quasi-Randomized (neural) networks (currently Python & R)
https://techtonique.github.io/nnetsauce/
BSD 3-Clause Clear License
14 stars 4 forks source link

Install in R #6

Closed VladPerervenko closed 11 months ago

VladPerervenko commented 3 years ago

Description

Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.

What I Did

`library(devtools)
devtools::install_github("Techtonique/nnetsauce/R-package")
library(nnetsauce)`

`tr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\User\AppData\Local\Temp\pip-pip-egg-info-8yweudy3' cwd: C:\Users\User\AppData\Local\Temp\pip-req-build-sspzatcd\ Complete output (10 lines): Partial import of nnetsauce during the build process. Traceback (most recent call last): File "", line 1, in File "C:\Users\User\AppData\Local\Temp\pip-req-build-sspzatcd\setup.py", line 136, in from numpy.distutils.command.build_ext import build_ext # noqa File "C:\Users\User\AppData\Local\R-MINI~1\envs\R-RETI~1\lib\site-packages\numpy__init.py", line 305, in _win_os_check() File "C:\Users\User\AppData\Local\R-MINI~1\envs\R-RETI~1\lib\site-packages\numpy__init__.py", line 302, in _win_os_check raise RuntimeError(msg.format(file)) from None RuntimeError: The current Numpy installation ('C:\Users\User\AppData\Local\R-MINI~1\envs\R-RETI~1\lib\site-packages\numpy\init__.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: https://tinyurl.com/y3dm3h86

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ++++++++++++++++++++++++++++++++ Not installed! > sessionInfo() R version 4.0.3 (2020-10-10) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19042)

Matrix products: default

locale: [1] LC_COLLATE=Russian_Russia.1251 LC_CTYPE=Russian_Russia.1251 LC_MONETARY=Russian_Russia.1251 [4] LC_NUMERIC=C LC_TIME=Russian_Russia.1251

attached base packages: [1] stats graphics grDevices utils datasets methods base

other attached packages: [1] devtools_2.3.2 usethis_2.0.0 `