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

Add "packaging" to requirements.txt #55

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

kylefmohr
Copy link
Contributor

@kylefmohr kylefmohr commented Jul 23, 2022

I ran these instructions from the README:

 git clone https://github.com/stanislav-web/OpenDoor.git
 cd OpenDoor/
 pip3 install -r requirements.txt
 chmod +x opendoor.py

Then when I ran python3 opendoor.py, I received the following error message

Traceback (most recent call last):
  File "/Users/<user>/OpenDoor/opendoor.py", line 31, in <module>
    from src import Controller, SrcError
  File "/Users/<user>/OpenDoor/src/__init__.py", line 21, in <module>
    from .controller import Controller
  File "/Users/<user>/OpenDoor/src/controller.py", line 19, in <module>
    from src.core.decorators import execution_time
  File "/Users/<user>/OpenDoor/src/core/__init__.py", line 29, in <module>
    from .helper import Helper as helper
  File "/Users/<user>/OpenDoor/src/core/helper/__init__.py", line 19, in <module>
    from .helper import Helper
  File "/Users/<user>/OpenDoor/src/core/helper/helper.py", line 25, in <module>
    from packaging import version
ModuleNotFoundError: No module named 'packaging'

Running pip3 install packaging fixed this issue, now python3 opendoor.py returns the help docs as expected.


This change is Reviewable

@stanislav-web stanislav-web merged commit 802bcad into stanislav-web:master Jun 22, 2023
@stanislav-web
Copy link
Owner

@kylefmohr Thank you much

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

Successfully merging this pull request may close these issues.

None yet

2 participants