nccblg
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
创建于 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... -
创建于 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! -
创建于 PyCharm 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... -
创建于 Error 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... -
创建于 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... -
创建于 PyCharm 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... -
创建于 PyCharm 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 ...