ghas-jira-integration
ghas-jira-integration copied to clipboard
Missing Package Running Locally
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'