nccblg
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
nccblg created a post, Process finished with exit code 138[139] (interrupted by signal 10: SIGBUS[SIGSEGV])
Hi, I get these one of these errors Process finished with exit code 138 (interrupted by signal 10: SIGBUS) Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) When I run my Py... -
-
-
nccblg created a post, Show logging output when using pytest
I'm not able to see logging output when using pytest with PyCharm. Any suggestions how to enable it? Thanks! -
nccblg created a post, AnsweredPyCharm profiler - results location
Hi all, I use the built-in profiler and would like to open previous profiling results when running a script on a remote server (by SSH interpreter) Where are they stored on my machine? I cannot fi... -
nccblg created a post, AnsweredError running "main.py": While creating remote tunnel for SshjSshConnection
I'm running a project from PyCharm with a remote interpreter. I connect to this server by ssh and sometimes I get this error: 16:55 Error running 'main.py': While creating remote tunnel for SshjSsh... -
nccblg created a post, Authentication failure when setting up remote python SSH interpreter from MacOS
I'm using macos and PyCharm 2018.2.5 professional. By macos terminal, if I connect with the command ssh -i p_k.ppk user@www.xxx.yyy.zzz -p 22 everything goes fine (after typed a passphrase) and... -
nccblg created a post, AnsweredPyCharm community edition - impossibile to set python3 as interpreter
In the settings page I can choice between python27 and python3 (the one I set as default interpreter). But when I setup a run confiuguration for a project only python2.7 is showed and can't use pyt... -
nccblg created a post, AnsweredPyCharm community edition - sync files between local and remote
I'd like to synchronize files between a local folder and a remote folder (accessed via sftp). More specifically, I'd like to have a shortcut to upload changed files (or the entire local folder) to ...