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

installation problem #16

Open
xiongh15 opened this issue Jul 15, 2019 · 6 comments
Open

installation problem #16

xiongh15 opened this issue Jul 15, 2019 · 6 comments

Comments

@xiongh15
Copy link

after i excuted “python setup.py install”
LINK : fatal error LNK1181: cannot open input file 'fftw3.lib'
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\link.exe' failed with exit status 1181

i don't know how to deal with this problem...

@aowenli
Copy link

aowenli commented Jun 1, 2020

Have you solved this problem? I have the same problem with you.

@JingyiQQQ
Copy link

JingyiQQQ commented Jun 1, 2020 via email

@aowenli
Copy link

aowenli commented Jun 2, 2020

Yes I found my problem is not enough space in my C:. After clearing it,
reintallation is successful. Hope it’s helpful to you and good luck!
On Mon, Jun 1, 2020 at 05:37, aowenli @.***> wrote:
Have you solved this problem? I have the same problem with you.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AO5VICXJJGBIW7BVFDSIPTDRUNZFXANCNFSM4IDUPUBQ
.

--
Jingyi Qu
Ph.D. Student
Department of Materials Science and Engineering(MSE) McMaster University,
Canada
1280 Main St. West
Hamilton, ON L8S 4L8

[image: Map icon] location: Johns Hodgins Engineering Building
https://www.mcmaster.ca/welcome/campusmap.cfm
[image: Envelope icon] email: [email protected]

[image: McMaster University Brighter World logo]

Thanks for your suggestion! But the space in my C:\ should be enough.

@aowenli
Copy link

aowenli commented Jun 2, 2020

Finally, I succeeded by modifying the file "setup.py"!
delete "not is_conda and" in the line 42 "elif not is_conda and get_build_platform() == 'win-amd64':"
I think the error might be caused by the file "fftw3.lib" in fold "fftw" can't be found when I have installed anaconda in my computer.

@JingyiQQQ
Copy link

JingyiQQQ commented Jun 2, 2020 via email

@DavidLanders95
Copy link

Finally, I succeeded by modifying the file "setup.py"!
delete "not is_conda and" in the line 42 "elif not is_conda and get_build_platform() == 'win-amd64':"
I think the error might be caused by the file "fftw3.lib" in fold "fftw" can't be found when I have installed anaconda in my computer.

This did not solve the problem on windows 10 for me, were you able to run pyqstem after you installed fftw3 this way?

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

4 participants