Open
Conversation
IMPLEMENT FIX FOR THIS ERROR: pip install git+https://github.com/nathanrchn/perplexityai.git Collecting git+https://github.com/nathanrchn/perplexityai.git Cloning https://github.com/nathanrchn/perplexityai.git to /private/var/folders/_5/xdz2ymlx5hd9n_njml6qn0mh0000gn/T/pip-req-build-2bhcesdy Running command git clone --filter=blob:none --quiet https://github.com/nathanrchn/perplexityai.git /private/var/folders/_5/xdz2ymlx5hd9n_njml6qn0mh0000gn/T/pip-req-build-2bhcesdy Resolved https://github.com/nathanrchn/perplexityai.git to commit d61c40b Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [20 lines of output] Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/private/var/folders/_5/xdz2ymlx5hd9n_njml6qn0mh0000gn/T/pip-req-build-2bhcesdy/setup.py", line 6, in <module> setup( File "/opt/anaconda3/lib/python3.11/site-packages/setuptools/__init__.py", line 103, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/anaconda3/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 147, in setup _setup_distribution = dist = klass(attrs) ^^^^^^^^^^^^ File "/opt/anaconda3/lib/python3.11/site-packages/setuptools/dist.py", line 303, in __init__ _Distribution.__init__(self, dist_attrs) File "/opt/anaconda3/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 258, in __init__ getattr(self.metadata, "set_" + key)(val) File "/opt/anaconda3/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 1255, in set_requires distutils.versionpredicate.VersionPredicate(v) File "/opt/anaconda3/lib/python3.11/site-packages/setuptools/_distutils/versionpredicate.py", line 122, in __init__ raise ValueError("expected parenthesized list: %r" % paren) ValueError: expected parenthesized list: '-client' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. felixolszewski@Felixs-MacBook-Pro-3:~/IdeaProjects/AuroraAnalytics/python/scraping scripts$
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
IMPLEMENT FIX FOR THIS ERROR:
pip install git+https://github.com/nathanrchn/perplexityai.git Collecting git+https://github.com/nathanrchn/perplexityai.git
Cloning https://github.com/nathanrchn/perplexityai.git to /private/var/folders/_5/xdz2ymlx5hd9n_njml6qn0mh0000gn/T/pip-req-build-2bhcesdy
Running command git clone --filter=blob:none --quiet https://github.com/nathanrchn/perplexityai.git /private/var/folders/_5/xdz2ymlx5hd9n_njml6qn0mh0000gn/T/pip-req-build-2bhcesdy
Resolved https://github.com/nathanrchn/perplexityai.git to commit d61c40b
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/private/var/folders/_5/xdz2ymlx5hd9n_njml6qn0mh0000gn/T/pip-req-build-2bhcesdy/setup.py", line 6, in
setup(
File "/opt/anaconda3/lib/python3.11/site-packages/setuptools/init.py", line 103, in setup
return distutils.core.setup(**attrs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 147, in setup
_setup_distribution = dist = klass(attrs)
^^^^^^^^^^^^
File "/opt/anaconda3/lib/python3.11/site-packages/setuptools/dist.py", line 303, in init
_Distribution.init(self, dist_attrs)
File "/opt/anaconda3/lib/python3.11/site-packages/setuptools/distutils/dist.py", line 258, in init
getattr(self.metadata, "set" + key)(val)
File "/opt/anaconda3/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 1255, in set_requires
distutils.versionpredicate.VersionPredicate(v)
File "/opt/anaconda3/lib/python3.11/site-packages/setuptools/_distutils/versionpredicate.py", line 122, in init
raise ValueError("expected parenthesized list: %r" % paren)
ValueError: expected parenthesized list: '-client'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.
felixolszewski@Felixs-MacBook-Pro-3:~/IdeaProjects/AuroraAnalytics/python/scraping scripts$