Skip to content
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

Unable to install #90

Closed
StuartCarrison opened this issue Aug 22, 2023 · 0 comments
Closed

Unable to install #90

StuartCarrison opened this issue Aug 22, 2023 · 0 comments

Comments

@StuartCarrison
Copy link

stuart@ubuntuvm:~$ uname -a
Linux ubuntuvm 6.2.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jul 13 16:27:29 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
pip install skodaconnect
Defaulting to user installation because normal site-packages is not writeable
Collecting skodaconnect
  Downloading skodaconnect-1.3.6.tar.gz (63 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.3/63.3 KB 1.9 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [12 lines of output]
      /tmp/pip-install-k92nr5od/skodaconnect_ed028321ff4042638d179a603923d1d0/skodaconnect/connection.py:397: SyntaxWarning: "is" with a literal. Did you mean "=="?
        if user_form.get('type', None) is 'html':
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-k92nr5od/skodaconnect_ed028321ff4042638d179a603923d1d0/setup.py", line 5, in <module>
          from skodaconnect.__version__ import __version__ as lib_version
        File "/tmp/pip-install-k92nr5od/skodaconnect_ed028321ff4042638d179a603923d1d0/skodaconnect/__init__.py", line 7, in <module>
          from skodaconnect.connection import Connection
        File "/tmp/pip-install-k92nr5od/skodaconnect_ed028321ff4042638d179a603923d1d0/skodaconnect/connection.py", line 22, in <module>
          from bs4 import BeautifulSoup
      ModuleNotFoundError: No module named 'bs4'
      [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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant