- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for posting in Intel communities.
Could you please let us know which DevCloud you are using (oneAPI/ Edge/ FPGA)?
From the error screenshot, the issue may be because you have ray.init() two times in your code. Could you please check that in your code?
If the issue persists, please share sample reproducer code and the exact steps you followed to try out the same from our end.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We have not heard back from you. Could you please give us an update?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
env: Python 3.8 (Intel® oneAPI)
!pip install -U ray
!pip3 list | grep -i ray
import ray
ray.init(_memory=16000 * 1024 * 1024,object_store_memory=500 * 1024 * 1024,_driver_object_store_memory=500 * 1024 * 1024)
import modin.pandas as pd
import os
cwd = os.getcwd()
print(cwd)
df= pd.read_csv('/home/u151547/nlp/train.csv')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We are able to run the sample code without any error. Please see the below screenshot:
The issue may because you are running the same code again and again. Run the jupyter cell once and wait for the completion. Please restart the kernel if you want to run the code again.
We have marked the kernel restart icon in the screenshot.
Hope this will help. If you face any issue, please let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Could you please give us an update? Is your issue resolved?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.
Thanks

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page