Aquaveo / xmscore

Support library for XMS products
BSD 2-Clause "Simplified" License
3 stars 2 forks source link

Having trouble installing xmsinterp on Windows #74

Closed STB0001 closed 1 year ago

STB0001 commented 2 years ago

I am having trouble installing xmsinterp on Windows. While following along and fixing problems, I discovered that I needed to install xmscore and xmsgrid. I have been following the documentation and have installed conan, conan_package_tools, and boost, which I did not have before.

When I perform the following command in the "xmscore\build" directory, I get the following error: boost/1.74.0.3@aquaveo/stable: Not found in local cache, looking in remotes... boost/1.74.0.3@aquaveo/stable: Trying with 'conancenter'... ERROR: Failed requirement 'boost/1.74.0.3@aquaveo/stable' from 'conanfile.py (xmscore/None)' ERROR: Unable to find 'boost/1.74.0.3@aquaveo/stable' in remotes

When I perform the following command in the "xmsgrid\build" directory, I get the following error: ERROR: Version range '>=6.0.1 <7.0.0' from requirement 'xmscore/[>=6.0.1 <7.0.0]@aquaveo/stable' required by 'conanfile.py (xmsgrid/None)' could not be resolved in local cache

Any thoughts?

Thanks in advance. Sean

image image

gagelarsen commented 2 years ago

Can you run conan remote -v and share the output?

STB0001 commented 2 years ago
On Thursday, August 11, 2022 at 10:56:07 PM CDT, Gage Larsen ***@***.***> wrote:  

Can you run conan remote -v and share the output?

On Thu, Aug 11, 2022 at 9:46 PM STB0001 @.***> wrote:

I am having trouble installing xmsinterp on Windows. While following along and fixing problems, I discovered that I needed to install xmscore and xmsgrid. I have been following the documentation and have installed conan, conan_package_tools, and boost, which I did not have before.

When I perform the following command in the "xmscore\build" directory, I get the following error: @./stable: Not found in local cache, looking in remotes... @./stable: Trying with 'conancenter'... ERROR: Failed requirement @./stable' from 'conanfile.py (xmscore/None)' ERROR: Unable to find @./stable' in remotes

When I perform the following command in the "xmsgrid\build" directory, I get the following error: ERROR: Version range '>=6.0.1 <7.0.0' from requirement 'xmscore/[>=6.0.1 @.***/stable' required by 'conanfile.py (xmsgrid/None)' could not be resolved in local cache

Any thoughts?

Thanks in advance. Sean

[image: image] https://user-images.githubusercontent.com/59658074/184281465-9c5434e0-5bb2-44e0-b7d6-de6c1cf2b5bf.png [image: image] https://user-images.githubusercontent.com/59658074/184281479-b6c6acd6-b228-409c-9d0f-92d41104bd6c.png

— Reply to this email directly, view it on GitHub https://github.com/Aquaveo/xmscore/issues/74, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI4VGZZ3GZDBDS3CBLRBPALVYXCKTANCNFSM56KJMTJA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

--

Gage Larsen @.*** (435)-621-3396

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

GeoGroup commented 1 year ago

I have the same problem

GeoGroup commented 1 year ago

Also boost/1.74.0.3@aquaveo/stable cannot be found on the conan center.

gagelarsen commented 1 year ago

Can you try running conan remote add aquaveo https://conan.aquaveo.com and then try again? We moved several dependency libraries to our conan to make sure we could get them when we needed them. Conan center goes down sometimes and that can be frustrating.

GeoGroup commented 1 year ago

Can you try running conan remote add aquaveo https://conan.aquaveo.com and then try again? We moved several dependency libraries to our conan to make sure we could get them when we needed them. Conan center goes down sometimes and that can be frustrating.

Thanks for you help. It works excellent now. Many thanks,