You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello developers,
I met a problem when I attempt to install the menpo3d on Windows system. I try to install the menpo3d in conda environment but it shows the following error.
C:\Users\zjcch.conda\envs\cleft_full\lib\site-packages\Cython\Compiler\Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: C:\Users\zjcch\AppData\Local\Temp\pip-install-5_4g4yl2\menpo3d_d2eb2978a5c247a08dd8df3785d89771\menpo3d\rasterize\tripixel.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
error in menpo3d setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; .* suffix can only be used with == or != operators
moderngl>=5.6.*,<6.0
It seems that there are some issues with Cython, about * suffix.
How can I fix it?
The text was updated successfully, but these errors were encountered:
Hello developers, I met a problem when I attempt to install the menpo3d on Windows system. I try to install the menpo3d in conda environment but it shows the following error.
C:\Users\zjcch.conda\envs\cleft_full\lib\site-packages\Cython\Compiler\Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: C:\Users\zjcch\AppData\Local\Temp\pip-install-5_4g4yl2\menpo3d_d2eb2978a5c247a08dd8df3785d89771\menpo3d\rasterize\tripixel.pyx tree = Parsing.p_module(s, pxd, full_module_name) error in menpo3d setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; .* suffix can only be used with == or != operators moderngl>=5.6.*,<6.0
It seems that there are some issues with Cython, about * suffix. How can I fix it?
Hello developers,
I met a problem when I attempt to install the menpo3d on Windows system. I try to install the menpo3d in conda environment but it shows the following error.
C:\Users\zjcch.conda\envs\cleft_full\lib\site-packages\Cython\Compiler\Main.py:381: FutureWarning: Cython directive 'language_level' not set, using '3str' for now (Py3). This has changed from earlier releases! File: C:\Users\zjcch\AppData\Local\Temp\pip-install-5_4g4yl2\menpo3d_d2eb2978a5c247a08dd8df3785d89771\menpo3d\rasterize\tripixel.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
error in menpo3d setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; .* suffix can only be used with
==
or!=
operatorsmoderngl>=5.6.*,<6.0
It seems that there are some issues with Cython, about * suffix.
How can I fix it?
The text was updated successfully, but these errors were encountered: