-
Notifications
You must be signed in to change notification settings - Fork 149
Install Package fail on windows. (file format not recognized) #5
Comments
@imchangchang Hello, I have successfully installed CellChat on Windows 10. I think windows 7 might be too old. CellChat_Rcpp.o is the complied C++ code. You might need to figure out how to compile C++ code with R for Windows. This website might be helpful. |
@sqjin thanks! |
Hello, I tried to install this package with R studio on windows10, but failed with the following message: |
You should install 'BiocNeighbors' before installing cellchat
…On Fri, Jun 16, 2023 at 10:15 AM sdhbiusdgb ***@***.***> wrote:
Hello, I tried to install this package with R studio on windows10, but
failed with the following message:
ERROR: dependency 'BiocNeighbors' is not available for package 'CellChat'
—
Reply to this email directly, view it on GitHub
<#5 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHXF63HMTLXH3ORTJYOD2IDXLO6TVANCNFSM4PLVBOYQ>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Hello,I tried to install this package with R studio on windows10,and i installed the lasted version of NMF, circlize and ComplexHeatmap. But i still can`t install CellChat successfully. |
Hello, I am trying to install this package with R studio on (Windows 10), and I installed the lasted version of NMF, circlize, and ComplexHeatmap. But I am still receiving the same error message, which is: |
@Ghadeer98 Have you downloaded the source codes locally and delete the *.o files and the *.so file, and reinstall CellChat. |
when I run this code (devtools::install_github("sqjin/CellChat")), i got this message (not the whole message, it is cropped): Warning: Fortran 2018 deleted feature: Shared DO termination label 60 at (1)
The downloaded source packages are in Installing package into ‘C:/Users/user/AppData/Local/R/win-library/4.3’
A version of this package for your version of R might be available elsewhere, |
Hello, I am trying to install this package with R studio on (Windows 10), and I installed the lasted version of NMF, circlize, and ComplexHeatmap. But I am still receiving the same error message, which is: |
Hi. Did you solve the problem?I had the same problem. |
Hi. I have solve the similar problem by downlown the right version of Rtools according to my R version( https://cloud.r-project.org/ ). If you need the Rtools version lower than 4.2, you need to put Rtools on the PATH after installation. details: https://cloud.r-project.org/ |
devtools::install_github("sqjin/CellChat") |
Hello, I tried to install this package with R stdio on windows7, but failed with the following message:
I notice that the files under src folder are *.o and *.so, which are not windows file type. The right windows file type should be *.obj and *.dll.
Is there something wrong with my operation or this package can not install on windows?
The text was updated successfully, but these errors were encountered: