github / github/ghas-jira-integration

Missing Package Running Locally

Open
#52 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
102
Forks
57
PR merge metrics
No merged PRs in 30d

Description

## 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
import anticrlf
ModuleNotFoundError: No module named 'anticrlf'
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.