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 support #22

Open
benmaier opened this issue Mar 19, 2019 · 4 comments
Open

Windows support #22

benmaier opened this issue Mar 19, 2019 · 4 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@benmaier
Copy link
Owner

  • Get access to a Windows computer and test compilation and visualization
  • fix the usage of "/" as the directory operator and use os.path.join() instead
@benmaier benmaier added bug Something isn't working enhancement New feature or request labels Mar 19, 2019
@benmaier
Copy link
Owner Author

benmaier commented May 3, 2020

use pathlib for all paths

@lingchen0331
Copy link

lingchen0331 commented Mar 18, 2021

Hi, the current version still does not work on Windows. The following is part of the error message:

ERROR: Command errored out with exit status 1: 'c:\users\cling\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\cling\AppData\Local\Temp\pip-req-build-7z9ddcxj\setup.py'"'"'; file='"'"'C:\Users\cling\AppData\Local\Temp\pip-req-build-7z9ddcxj\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record 'C:\Users\cling\AppData\Local\Temp\pip-record-dh0rcfgc\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\cling\anaconda3\Include\tacoma' Check the logs for full command output.

@benmaier
Copy link
Owner Author

heya, I do not have access to a windows computer, and also it's hard for me to judge any errors regarding conda, since I do not have any experience with it. I think conda behaves weirdly with pybind11 at times because you have to manually set paths etc, but really I have no clue how that works. Contributions/pull requests regarding compatibility with windows and/or conda are very welcome!

@lingchen0331
Copy link

heya, I do not have access to a windows computer, and also it's hard for me to judge any errors regarding conda, since I do not have any experience with it. I think conda behaves weirdly with pybind11 at times because you have to manually set paths etc, but really I have no clue how that works. Contributions/pull requests regarding compatibility with windows and/or conda are very welcome!

Thanks for your reply! I'll try other workarounds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants