Rodrigobraz

- 活动总数 27
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 8
-
已编辑于 Is this a bug? Running individual test after running unittest discovery on entire project fails
The ProjectI have set up a sample project to illustrate this problem. It's available on GitHub, but here is the source tree so you get the idea:PyCharm 2023.3.2 (Community Edition)Build #PC-233.131... -
已编辑于 Is directory name `test` treated in a special manner?
If I have a directory named mypackage, it is recognized as a package without me having to do anything (not even mark it as a source directory or create a __init__.py file):If however I simply chang... -
已编辑于 "Run pip install -e ." not working
I have just cloned a GitHub directory of project https://github.com/facebookresearch/Pearl.gitI create a new project with a new conda environment with Python 3.8.The clone project includes a pyproj... -
已编辑于 Clone project 'pearl' from GitHub with top directory 'pearl', but module 'pearl' not found even if marked as source root
I have cloned a project called pearl from GitHub, with top directory pearl. The top directory is supposed to be the top Python module as well.When trying to execute a test source file with import p... -
创建于 Why does PyCharm's Bash run configuration ask about “project interpreter”, and does not recognize the one defined in Settings?
已回答I am trying to configure a Bash run configuration in PyCharm 2019.1.3 CE (BTW, Bash run configurations become available only after installing the Bash plugin). When filling in the data for the run...