Skip to content

Conversation

@peterjc123
Copy link
Collaborator

Fixes #9818.
It seems original Python doesn't add [PYTHONPATH]\Library\bin into PATH. We try to add it before dll loading process.

@peterjc123
Copy link
Collaborator Author

peterjc123 commented Jul 27, 2018

It seems there're still some people confused with this on this post. @soumith do you think we need a utility to check the dll loading process like collect_env.py under Windows?

@soumith
Copy link
Contributor

soumith commented Jul 27, 2018

@peterjc123 that would be quite useful.

@peterjc123
Copy link
Collaborator Author

@soumith Maybe we should merge this first. I'll create the utility script in a separate PR.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

soumith is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@peterjc123 peterjc123 deleted the path_fix branch July 29, 2018 15:28
jramseyer pushed a commit to jramseyer/pytorch that referenced this pull request Jul 30, 2018
)

Summary:
Fixes pytorch#9818.
It seems original Python doesn't add `[PYTHONPATH]\Library\bin` into `PATH`. We try to add it before dll loading process.
Pull Request resolved: pytorch#9920

Differential Revision: D9040825

Pulled By: soumith

fbshipit-source-id: c07fff71b2aea254a396042ab677696f6829aac7
goodlux pushed a commit to goodlux/pytorch that referenced this pull request Aug 15, 2018
)

Summary:
Fixes pytorch#9818.
It seems original Python doesn't add `[PYTHONPATH]\Library\bin` into `PATH`. We try to add it before dll loading process.
Pull Request resolved: pytorch#9920

Differential Revision: D9040825

Pulled By: soumith

fbshipit-source-id: c07fff71b2aea254a396042ab677696f6829aac7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pytorch install problems on clean Windows 7 system using pip

4 participants