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

warnings building TomoPhantom on the VM #757

Open
KrisThielemans opened this issue Aug 18, 2022 · 2 comments
Open

warnings building TomoPhantom on the VM #757

KrisThielemans opened this issue Aug 18, 2022 · 2 comments
Assignees

Comments

@KrisThielemans
Copy link
Member

These look suspicious, especially the language level

ompiling src/TomoP2D.pyx because it changed.
[1/2] Cythonizing src/TomoP2D.pyx
/home/sirfuser/.local/lib/python3.6/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/sirfuser/devel/buildVM/builds/TomoPhantom/build/Wrappers/Python/src/TomoP2D.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
[2/2] Cythonizing src/TomoP3D.pyx
/home/sirfuser/.local/lib/python3.6/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/sirfuser/devel/buildVM/builds/TomoPhantom/build/Wrappers/Python/src/TomoP3D.pyx
  tree = Parsing.p_module(s, pxd, full_module_name)
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'zip_safe'
  warnings.warn(msg)
/usr/lib/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'include_package_data'
  warnings.warn(msg)
@KrisThielemans KrisThielemans changed the title warnings building TomePhantom warnings building TomoPhantom Aug 18, 2022
@KrisThielemans KrisThielemans changed the title warnings building TomoPhantom warnings building TomoPhantom on the VM Aug 18, 2022
@KrisThielemans
Copy link
Member Author

FYI, we install cython via pip now (with python3)

@KrisThielemans
Copy link
Member Author

no such warning for astra

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

3 participants