-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facing this issue while installing requirements.txt #60
Comments
Here is your issue."/usr/local/bin/python3.9" XSScrapy is written with 2.7 python - install that version ( hint 2.7 and 3.* can live on the same system.) |
@spider8892 please try the instructions I posted here - #42 (comment) |
Step 3 - Change our python to point to python2 pyenv install 2.7.18 |
Something was missed with Step 1 - did you get any errors when installing pyenv? Please re-run the steps in Step 1. Also be sure to close your terminal and open a new one |
please solve this error. 2021-06-30 03:14:39 [twisted] CRITICAL: |
The modules are removes by the pip Same issue was faced by me |
thank you bro |
@ImPRINCE99 can u please share what do u tool used right now ? |
See I suggest you to do Manual hunting. |
@ImPRINCE99 is it a tool of kali (scrapy)? |
I mean Xsscrapy |
@mmandlesara Please refrain from using profanity when referring to a project that has been provided to you for FREE, and has been built using the time of volunteers. In other words: maybe instead of calling this tool "shit", you go out and learn some "shit" and submit a patch to fix what you're unhappy with. Both @mmandlesara and @ImPRINCE99 - Create a new issue for any problems, don't hijack existing threads. Also @ImPRINCE99 - you can use xsscrapy with python3 - this has been addressed in other threads. There are open PRs for the conversion to Python3 you could use. Cheers |
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-jzd70atp/pybloom_18079700ea8147b8921576e7f2418b13/setup.py'"'"'; file='"'"'/tmp/pip-install-jzd70atp/pybloom_18079700ea8147b8921576e7f2418b13/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-4mh1s55h
cwd: /tmp/pip-install-jzd70atp/pybloom_18079700ea8147b8921576e7f2418b13/
Complete output (8 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-jzd70atp/pybloom_18079700ea8147b8921576e7f2418b13/setup.py", line 2, in
from ez_setup import use_setuptools
File "/tmp/pip-install-jzd70atp/pybloom_18079700ea8147b8921576e7f2418b13/ez_setup.py", line 98
except pkg_resources.VersionConflict, e:
^
SyntaxError: invalid syntax
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/1a/82/a1ad015bdc19bd7e10aa97070329b84b5e01c0c6b5de88df664a98413eed/pybloom-1.1.tar.gz#sha256=f90903f2229135833a3ce115709662a4f4ea49bdfffc7d62a3061bd9021ac485 (from https://pypi.org/simple/pybloom/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement pybloom==1.1
ERROR: No matching distribution found for pybloom==1.1
The text was updated successfully, but these errors were encountered: