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

Windows tweaks #10

Closed
wants to merge 4 commits into from
Closed

Windows tweaks #10

wants to merge 4 commits into from

Conversation

lludlow
Copy link

@lludlow lludlow commented Jul 10, 2021

got it working on windows, but had to jump through some hoops. This should clear them up

pipenv install does not actually install any of the packages on windows.
pip install -r requirements.txt  would resolve this on windows
README.md Outdated Show resolved Hide resolved
@philippnormann
Copy link
Owner

Not sure if we really need this and I currently don't have a Windows machine to test this on right now. I asked a friend to run the pipenv install command on a fresh Python 3 install on Windows following this tutorial and he had no issues installing the dependencies using pipenv. What kind of error messages do you get when pipenv install fails for you and are you sure you are not executing while being inside a virtual environment?

@philippnormann
Copy link
Owner

Hey @madbuda and @dEMonaRE, could you please verify if the new Pipfile.lock resolves the dependency issue?

I would like to keep the package management consistent across operating systems. Therefore, creating a separate requirements.txt for Windows is not an option. I will close this PR, but please feel free to open new PRs improving the Windows support and documentation!

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

3 participants