yegor256 / cam

Classes and Metriсs (CaM): a dataset of Java classes from public open-source GitHub repositories
http://cam.yegor256.com
MIT License
23 stars 32 forks source link

Pip3 and pip #329

Closed timur-harin closed 3 months ago

timur-harin commented 3 months ago

@yegor256

I faced with problem of using pip3 as a command on my machine, and because of it I see this error while sudo make install

/Users/timur/develop/cam/help/assert-tool.sh: line 35: pip: command not found I can't continue, because 'pip' command line tool is not available. Try to install it somehow and then restart me. make: *** [install] Error 1

But

pip3 --version pip 24.0 from /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pip (python 3.11)

timur-harin commented 3 months ago

Even in the official documentation they write about using pip3 instead of pip doc

timur-harin commented 3 months ago

@yegor256 Here I solved this problem PR #330

timur-harin commented 3 months ago

@yegor256 Close this issue because PR #330 was merged