bytedance / bytedance/Protenix
import module error when install through pip
- Dominant language
- Python
- Stars
- 2.1k
- Forks
- 310
- PR merge metrics
- No merged PRs in 30d
Description
when running
```python
python scripts/gen_ccd_cache.py -c release_data/ccd_cache/ -n 32
```
got this error :
```python
Traceback (most recent call last):
File "/teamspace/studios/this_studio/Protenix/scripts/gen_ccd_cache.py", line 24, in
import gemmi
ModuleNotFoundError: No module named 'gemmi'
```
The error happens when install through `pip install protenix`, but works fine when under docker environment
Contributor guide
Research direction
Start with scripts/gen_ccd_cache.py and reproduce the command after installing Protenix with pip. Compare the dependencies available in the pip installation with those in the Docker environment, then verify that the command can import gemmi and run successfully outside Docker.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100