i3visio / osrframework

OSRFramework, the Open Sources Research Framework is a AGPLv3+ project by i3visio focused on providing API and tools to perform more accurate online researches.
GNU Affero General Public License v3.0
928 stars 246 forks source link

Unable to run usufy.py when installing OSRFramework on Mac #191

Closed i3visio closed 7 years ago

i3visio commented 7 years ago

After the installation of OSRFramework using:

pip install osrframework --user

The usufy.py is not available and is not installed in ~/.local/bin. The framework seems to be properly installed because doing the following does NOT throw any import error:

python
>>> import osrframework
>>> print osrframework.__version__
0.14.5
i3visio commented 7 years ago

Seems to be the same issue of #187.

i3visio commented 7 years ago

Can anyone using Mac confirm is this is happening when installing it using virtualenv. Instructions as follow:

$ pip install virtualenv --user
$ virtualenv osrframework
$ source osrframework/bin/activate

The prompt will change now:

(osrframework)$ pip install osrframework
[…]
(osrframework)$ usufy.py -n i3visio -p twitter github

Is this working?

Returning to the standard prompt would be as follows:

(osrframework)$ deactivate
$ 
i3visio commented 7 years ago

Add explanations on how to fix this in INSTALL.md.

i3visio commented 7 years ago

Tested with 0.15.0rc13.