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

Getting started trouble #17

Closed
intoro opened this issue Mar 26, 2018 · 1 comment
Closed

Getting started trouble #17

intoro opened this issue Mar 26, 2018 · 1 comment

Comments

@intoro
Copy link

intoro commented Mar 26, 2018

I ran these commands to get started, but when I try anything mugen wants a missing 'bin' directory. Any ideas?

mkdir 3_try
cd 3_try
git clone https://github.com/scherroman/mugen.git
cd mugen
conda env create -f environment.yml
everything downloads...
source activate mugen
cd src/bin/
python cli.py --help
Recieve this error:
Traceback (most recent call last):
File "cli.py", line 9, in
import bin.constants as cli_c
ModuleNotFoundError: No module named 'bin'

@scherroman
Copy link
Owner

scherroman commented Mar 27, 2018

Hey intoro,

This is an oversight on my part caused by not having mugen install as a proper package.

To fix this you should add the mugen package directory to your PYTHONPATH environment variable, so that python can find it.

export PYTHONPATH=$PYTHONPATH:PATH_TO_MUGEN_REPO/src

Depending on where you've installed the mugen repo on your computer, PATH_TO_MUGEN_REPO will look something like /Users/intoro/Documents/github_repos/mugen

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