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

Missing Package Running Locally #52

Open
chaseconey opened this issue Jan 24, 2023 · 1 comment
Open

Missing Package Running Locally #52

chaseconey opened this issue Jan 24, 2023 · 1 comment

Comments

@chaseconey
Copy link

chaseconey commented Jan 24, 2023

Overview

When trying to run this locally, I am getting an error that there is a missing module.

Debug Info

Versions

  • Python Version: Python 3.10.9
  • ghas-jira-integration Version - latest/main

Install Output

pipenv install

Creating a virtualenv for this project...
Pipfile: ~/projects/ghas-jira-integration/Pipfile
Using /opt/homebrew/bin/python3 (3.10.9) to create virtualenv...
⠴ Creating virtual environment...created virtual environment CPython3.10.9.final.0-64 in 462ms
  creator CPython3Posix(dest=~/.local/share/virtualenvs/ghas-jira-integration-Np39mDW-, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=~/Library/Application Support/virtualenv)
    added seed packages: pip==22.3.1, setuptools==65.6.3, wheel==0.38.4
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: ~/.local/share/virtualenvs/ghas-jira-integration-Np39mDW-
Pipfile.lock not found, creating...
Locking [packages] dependencies...
Locking [dev-packages] dependencies...
Updated Pipfile.lock (4f62b95128be3b692fe61e60ea444eb9d699b7871daa710d5a5f3d344b8ae567)!
Installing dependencies from Pipfile.lock (8ae567)...
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.

Error Output

pipenv run ./gh2jira --help

Traceback (most recent call last):
  File "~/projects/ghas-jira-integration/cli.py", line 11, in <module>
    import anticrlf
ModuleNotFoundError: No module named 'anticrlf'
@simon-brantonhousley-caribou

To get around this error, I ran
pip install logging-formatter-anticrlf
after
pipenv install

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

2 participants