Atom searching and installing packages error - jupyter-notebook

goal: installing jupyter-notebook plugin in atom
problem: errors while searching for plugins and when attempting to install (see error messages below)
what I have tried: installing from atom.io since the search error has been posted here before and
that was a suggestion (has not worked since that opens an atom URL and my problem is not only searching for, but also installing plugins.)
error messages:
searching:
i.filter is not a function
[object Object]
installing:
Request for package information failed: Application error
other:
atom version: 1.60.0
python: miniconda: python 3.9.12
windows build: 19044.2130
thank you in advance for any suggestions.

Related

installing ReditorSupport in VScode - Error

When I try to install ReditorSupport though the vscode extension manager I get a 'Failed to install 'reditorsupport.R' ' error.
I then accept the suggestion to try and download it manually. The download is successful, getting a file named REditorSupport.r-2.5.3.vsix.
When i try and install using this downloaded package I don't get any errors, nor does any installation occur.
if I follow a link to the webpage for the extension:
https://marketplace.visualstudio.com/items?itemName=REditorSupport.r
and click on the green Install it opens vscode and asks me "Would you like to install the R extension?".
When i click install I get a 'Server returned 404' error.
I should also note that I can install other extensions without error or warning through the extension manager.
Can you help me get this installed in vscode?
This issue was resolved by upgrading my vscode install.
Version where the issue occured: 1.36.1
Version where no issue occurred: 1.72.2

Failed to download a package from github in Rstudio

When I want to download a package from github by Rstudio, the error message is like this:
devtools::install_github("akoyabio/phenoptr")
Downloading GitHub repo akoyabio/phenoptr#HEAD
Error: Failed to install 'phenoptr' from GitHub:
Line starting 'SystemRequir ...' is malformed!
And then I try to download the package to my PC and install package from local position. The error message appear again.
devtools::install_local("D:\phenoptr-master.zip")
Error: Failed to install 'phenoptr-master.zip' from local:
Line starting 'SystemRequir ...' is malformed!
I don't know why this happened. If anyone could give me some advice to solve the problem?
Thank you very much.
Mengfei Wang
The problem was probably caused by a faulty locale setting. Try setting your locale by running
Sys.setlocale("LC_ALL","en_US.UTF-8")
or
Sys.setlocale("LC_ALL","English")
before calling install_github().

Problems with devtools 2.3.2 package - package is not found

This is the output of the flutter pub cache repair command:
Failed to repair devtools 2.3.2. Error:
Pub failed to delete entry because it was in use by another process.
This may be caused by a virus scanner or having a file
in the directory open in another application.
Reinstalled 229 packages.
Failed to reinstall 1 package:
devtools 2.3.2
Reactivating devtools 2.3.2...
Installed executable devtools.
Warning: Executable "devtools" runs "bin\devtools.dart", which was not found in devtools.
I already turned off my antivira.
The project structure also shows this issue:
Library Dart Packages has broken classes paths:   C:\Users\annaH\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\google_fonts-2.1.0\lib   C:\Users\annaH\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\path_provider_macos-2.0.0\lib [Fix]
The Fix option does not work
I am really appreciative of any help or tipps on how to fix this issue :) !!
Thanks
Try
dart pub global activate devtools

Trying to search or install a package doesn't work and gives an error

When i try to search for a package or a theme i get this error message
Searching for “package” failed. connect ETIMEDOUT
xx.xx.xxx.xx:xxx
But When i try to install a package or a theme if it the searched worked without a problem i get this error message
Installing “package#ver” failed
Request for package information failed: connect ETIMEDOUT
xx.xx.xxx.xx:xxx (5 attempts) (ETIMEDOUT)
Compiler tools not found Packages that depend on modules that contain
C/C++ code will fail to install. Read here for instructions on
installing Python and Visual Studio. Run apm install --check after
installing to test compiling a native module.

Bookdown with pandoc-citeproc

I have the latest version of bookdown package and Rstudio, and I'm on Arch Linux.
I updated pandoc-citeproc to its latest version and after that I started to receive the following error message:
pandoc: Error running filter /usr/lib/rstudio/bin/pandoc/pandoc-citeproc
fd:5: hClose: resource vanished (Broken pipe)
Error: pandoc document conversion failed with error 83
Execution halted
Exited with status 1.
Regardless of the output type and even without references in the document, I get this error and the Rstudio preview is not generated. To view the generated document I have to open the index file in the browser and go giving F5 as I'm updating the document.
If I insert references the document is neither generated.
I searched in the AUR repository for other packages, uninstalled and re-installed pandoc-citeproc, but nothing solved.
How can I fix this?
I run Arch as well, and I also encountered this issue after upgrading to pandoc-citeproc-0.10.4.1-39.
Temporarily solved by downgrading to pandoc-citeproc-0.10.4.1-37. Super easy to do, provided you still have the package cached on your system:
cd /var/cache/pacman/pkg
sudo pacman -U pandoc-citeproc-0.10.4.1-37-x86_64.pkg.tar.xz

Resources