pysentiment icon indicating copy to clipboard operation
pysentiment copied to clipboard

Error with Installation.

Open huileiw opened this issue 4 years ago • 2 comments

(py36) bash-3.2$ pip install pysentiment Collecting pysentiment Using cached https://files.pythonhosted.org/packages/3d/32/b9822555aeafd949ba2e1e5f0ca9a7aea857802965c61a6290e711b11e6c/pysentiment-0.2.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/private/var/folders/2n/3jnbv29510n3ld2t0fqk6xhm0000gn/T/pip-install-cjoj1h33/pysentiment/setup.py", line 8, in install_req = [e.strip() for e in open(path_req).readlines()] FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/2n/3jnbv29510n3ld2t0fqk6xhm0000gn/T/pip-install-cjoj1h33/pysentiment/requirements.txt'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/2n/3jnbv29510n3ld2t0fqk6xhm0000gn/T/pip-install-cjoj1h33/pysentiment/ (py36) bash-3.2$

huileiw avatar Jul 24 '20 10:07 huileiw

It can probably be solved if install from source. Download zip and run python setup.py install.

cantabile-kwok avatar Oct 29 '21 06:10 cantabile-kwok

Try:

python3 -m pip install git+https://github.com/hanzhichao2000/pysentiment

ntavares avatar Feb 22 '24 00:02 ntavares