Replies: 6 comments 6 replies
-
Yikes - that’s my bad ! I’ll update this with the real file.
…Sent from my iPhone
On 6 Dec 2024, at 13:10, Lior Suchoy ***@***.***> wrote:
I'm having issues creating the conda/mamba environment locally to run uw3. The file in the main folder called environment.yml is a symlink to a non-existing file .binder/environment.yml which I assume has to do with the binder repository. Is there an alternative .yml file I can use to create the environment?
Lior
—
Reply to this email directly, view it on GitHub<#274>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADABPIZ7ZCDTHAQGW4CZGOT2EGO4XAVCNFSM6AAAAABTEUJ6Q6VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGYZDGMJUGY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks! The file in the development branch is still a symlink. I manually copied the content of the new file to my local file but the development branch probably needs an update too. |
Beta Was this translation helpful? Give feedback.
-
Yep - I’ll do that with a PR !
…Sent from my iPhone
On 7 Dec 2024, at 12:21, Lior Suchoy ***@***.***> wrote:
Thanks! The file in the development branch is still a symlink. I manually copied the content of the new file to my local file but the development branch probably needs an update too.
—
Reply to this email directly, view it on GitHub<#274 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADABPI6N7XKSXI5I5AVMY732ELR2XAVCNFSM6AAAAABTEUJ6Q6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBZGM3TOMQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, I think there may be something missing in the environment or maybe a step missing in the tutorial. I managed to set up the environment with mamba (with conda it didn't work...) but I keep getting the following error when running test_0004_pointwise_fns.py: Also, you may want to add to the manual that PATH/underworld3/src/ should be added to PYTHONPATH before testing. |
Beta Was this translation helpful? Give feedback.
-
UPDATE: NOT Solved this by adding
before UPDATE: Using sudo fixes an issue in writing data during pyximport.install() but it essentially overrides the mamba environment so it requires having all the modules installed on the base environment, which isn't realistic. |
Beta Was this translation helpful? Give feedback.
-
ok, I have made changes to the development branch to address the conda installation issues. @lmoresi & @lsuchoy - you MUST pip install with no-build-isolation now. i.e. I'll clean this up and then make changes to the install guide. |
Beta Was this translation helpful? Give feedback.
-
I'm having issues creating the conda/mamba environment locally to run uw3. The file in the main folder called environment.yml is a symlink to a non-existing file .binder/environment.yml which I assume has to do with the binder repository. Is there an alternative .yml file I can use to create the environment?
Lior
Beta Was this translation helpful? Give feedback.
All reactions