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

UMAP running in R #4226

Closed
117999 opened this issue Jun 26, 2019 · 5 comments
Closed

UMAP running in R #4226

117999 opened this issue Jun 26, 2019 · 5 comments
Labels
more info needed This issue needs more information

Comments

@117999
Copy link

117999 commented Jun 26, 2019

immune.combined <- RunUMAP(immune.combined, reduction = "pca", dims = 1:20)
UMAP(a=None, angular_rp_forest=False, b=None, init='spectral',
learning_rate=1.0, local_connectivity=1, metric='correlation',
metric_kwds=None, min_dist=0.3, n_components=2, n_epochs=None,
n_neighbors=30, negative_sample_rate=5, random_state=None,
repulsion_strength=1.0, set_op_mix_ratio=1.0, spread=1.0,
target_metric='categorical', target_metric_kwds=None,
target_n_neighbors=-1, target_weight=0.5, transform_queue_size=4.0,
transform_seed=42, verbose=True)
Construct fuzzy simplicial set
Wed Jun 26 23:49:42 2019 Finding Nearest Neighbors
Wed Jun 26 23:49:42 2019 Building RP forest with 11 trees
Wed Jun 26 23:49:43 2019 NN descent for 14 iterations
0 / 14
1 / 14
2 / 14
Wed Jun 26 23:49:51 2019 Finished Nearest Neighbor Search
Error in py_call_impl(callable, dots$args, dots$keywords) :
UnsupportedParforsError: Failed in nopython mode pipeline (step: nopython mode backend)
The 'parallel' target is not currently supported on Windows operating systems when using Python 2.7, or on 32 bit hardware.
[1] During: lowering "id=3[LoopNest(index_variable = parfor_index.447, range = (0, $0.13, 1))]{362: <ir.Block at C:\Users\TOBIAS1\DOCUME1\Aconda\envs\R-RETI1\lib\site-packages\umap\umap_.py (327)>}Var(parfor_index.447, C:\Users\TOBIAS1\DOCUME1\Aconda\envs\R-RETI1\lib\site-packages\umap\umap_.py (327))" at C:\Users\TOBIAS1\DOCUME1\Aconda\envs\R-RETI~1\lib\site-packages\umap\umap_.py (327)

This should not have happened, a problem has occurred in Numba's internals.

@117999
Copy link
Author

117999 commented Jun 26, 2019

could anyone please help me, I have successfully installed reticular and UMAP, but when I apply RunUMAP, it fails and shows the above error wanring

@seibert
Copy link
Contributor

seibert commented Jun 26, 2019

According to this error, UMAP is trying to run parallel Numba code in an unsupported environment, which is either Windows 32-bit or Windows with Python 2.7. Which is the case for you?

@117999
Copy link
Author

117999 commented Jun 27, 2019 via email

@esc
Copy link
Member

esc commented Sep 10, 2020

@117999 it has been over a year since the last activity on this issue. I am just checking in, to see if it is still applicable? Perhaps it has been resolved in the meantime or no longer occurs with recent versions of Numba?

@stuartarchibald
Copy link
Contributor

Closing this issue due to lack of information. If more information becomes available please add it and reopen the issue. Thanks.

@stuartarchibald stuartarchibald added more info needed This issue needs more information and removed needtriage labels Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more info needed This issue needs more information
Projects
None yet
Development

No branches or pull requests

4 participants