-
Notifications
You must be signed in to change notification settings - Fork 7
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
CFLAGS error #13
Comments
I think this was fixed in e49362a; can you try running master? |
@anntzer Thx. I am currently using version 0.2 from https://aur.archlinux.org/packages/python-pypi2pkgbuild/ . I shall try the git version. |
@anntzer I installed the git version from https://aur.archlinux.org/packages/python-pypi2pkgbuild-git/, but encountered this error:
Please let me know if you need more info in case you cannot duplicate this error. |
I cannot repro the issue with tifffile, it builds fine for me. Perhaps run with --verbose and see whether the logs say anything interesting? |
@anntzer I have produced the following logs from tifffile
and from tiffile
|
What happens when you run |
It directly gives out the error message: |
Looks like something is wrong with your python install? venv is stdlib (https://docs.python.org/3/library/venv.html) so if you can't make it work, consider opening a bug e.g. on the Arch Linux tracker? |
@anntzer You are right. Seems a problem with my python. I tried this command on Arch, it works well. But not on Manjaro. Thanks a lot for your kind help. I will close this issue now. |
How to fix the CFLAGS error like this?
And environmental variable:
The text was updated successfully, but these errors were encountered: