/usr/bin/python: No module named s4cmd
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 209
- PR merge metrics
- No merged PRs in 30d
Description
On CentOS 6.7 with python 2.6 system default and python 3.4 side by side via IUS Community repo
```
locate /usr/bin/pip
/usr/bin/pip
/usr/bin/pip3
/usr/bin/pip3.4
pip --version
pip 7.1.2 from /usr/lib/python3.4/site-packages (python 3.4)
python --version
Python 2.6.6
```
I installed s4cmd via
```
pip install s4cmd
```
but get
```
s4cmd
/usr/bin/python: No module named s4cmd
```
best way to correct this ?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the Python interpreter used by `pip install s4cmd` with the `/usr/bin/python` interpreter invoked by the `s4cmd` command. Reproduce the reported CentOS 6.7 setup and confirm that the command runs successfully with the installed module.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100