Quantcast
Channel: Redino blog
Browsing latest articles
Browse All 80 View Live

VSCode SFTP plugin connecting with private key...

When I'm trying to upload file using SFTP extension in Visual Studio Code, following error is shown: Error while signing data with privateKey: error:06000066:public key...

View Article


‘mvwin_wchnstr’ was not declared in this scope when compiling lnav

lnav is a great log file viewer. To use its latest features, we need to fetch the source code and compile manually. When compiling lnav using make, following error is appeared listview_curses.cc: In...

View Article


IDEA Build got error: package...

When building project in IDEA 2021.1, following error appeared: package org.springframework.web.servlet.config.annotation does not exist And the weired thing is that running mvn compile in command line...

View Article

RuntimeError: view size is not compatible with input tensor’s size and stride...

RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead. The causing code is def...

View Article

error: GL/gl.h: No such file or directory

When compling the Qt based program on Ubuntu, following error is shown /home/gbstack/app/Qt/5.15.2/gcc_64/include/QtGui/qopengl.h:141: error: GL/gl.h: No such file or directory In file included from...

View Article


ImportError: cannot import name ‘pad’ from ‘skimage.util’

Got error after upgrading skimage Traceback (most recent call last): File "afy/yanderify.py", line 21, in from afy.predictor_local import PredictorLocal File...

View Article

Querying the mapped value of map before task compileDebugJavaWithJavac has...

I exported Unity project and then imported it into Android Studio, but following error occurred when building Execution failed for task...

View Article

Image may be NSFW.
Clik here to view.

npm UNMET PEER DEPENDENCY cli@3.3.12 > webpack-cli@3.3.12

Now in my project there are some unmet peer dependencies: $ npm list|grep webpack ├── @webpack-cli/serve@1.7.0 ├─┬ html-webpack-plugin@4.5.0 │ ├─┬ @types/webpack@4.41.25 │ │ ├─┬...

View Article


mysql docker connection error: Can’t connect to local MySQL server through...

I started docker mysql container and try to connect it outside docker using mysql command but got error: $ mysql -uroot -proot mysql: [Warning] Using a password on the command line interface can be...

View Article


git error setting certificate verify location

After installing Windows on another drive and logged in the new Windows, previous Git installation drive path is changed: for my case, it's changing from D:\ to J:\ Then I updated the PATH variable to...

View Article
Browsing latest articles
Browse All 80 View Live