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
Thanks for this great software! I finally managed to install it for Python3 under MSYS2 on Windows 10; I also tried to install and enable the Cython support.
When I try to run the demo, everything seems to work, and I get a Matplotlib figure - this is the console transcript:
What surprises me here, is that even if I've used the environment variable RIPYL_CYTHON=1 explicitly, the console log still reports Active: False for Cython status.
So I'm not sure if this message really tells me Cython is not active (even if it is enabled, and prebuilt?), or is some other aspect of it not active? How would I check?
The text was updated successfully, but these errors were encountered:
@sdbbs Can you explain how you managed to install ripyl in Python3. When I installed and try to import ripyl in Python3, I get the following error.
import ripyl
Traceback (most recent call last):
File "", line 1, in
File "/Users/IIIT-B/Documents/VLC-LE-Dataset-Processing/ripyl-master/ripyl/init.py", line 13, in
import ripyl.config
File "/Users/IIIT-B/Documents/VLC-LE-Dataset-Processing/ripyl-master/ripyl/config.py", line 101
print 'Cython status'
^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
Hi,
Thanks for this great software! I finally managed to install it for Python3 under MSYS2 on Windows 10; I also tried to install and enable the Cython support.
When I try to run the demo, everything seems to work, and I get a Matplotlib figure - this is the console transcript:
What surprises me here, is that even if I've used the environment variable
RIPYL_CYTHON=1
explicitly, the console log still reportsActive: False
forCython status
.So I'm not sure if this message really tells me Cython is not active (even if it is enabled, and prebuilt?), or is some other aspect of it not active? How would I check?
The text was updated successfully, but these errors were encountered: