Module not found error after updating #182
Answered
by
ngoiz
Pablodefelipe
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
ngoiz
Dec 10, 2021
Replies: 2 comments 7 replies
-
Hi Pablo, You'll need to update the conda environment to include those modules that are now used in 1.3
I added an explicit note to the release notes. Thanks, |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Pablodefelipe
-
Try using environment_new.yml as it contains the latest python 3.10
requirement.
…On Thu, 6 Apr, 2023, 20:30 alee269, ***@***.***> wrote:
I downloaded again anaconda with the Python 3.10 version but when I create
the sharpy_env using the file "environment_linux.yml" as you explain in the
installation guide I still have there Python 3.7.5. Should I change
anything in the file before creating the environment? Thank you.
[image: image]
<https://user-images.githubusercontent.com/129768983/230419208-6dede76f-6ffc-4af6-9122-8becd110b697.png>
—
Reply to this email directly, view it on GitHub
<#182 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFJ7EITEWNEN5JW7UANH3QTW73LBVANCNFSM5JZCSVUQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: <ImperialCollegeLondon/sharpy/repo-discussions/182/comments/5544673@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Pablo,
You'll need to update the conda environment to include those modules that are now used in 1.3
conda env update -f <path_to_environment_file>
should hopefully fix it.I added an explicit note to the release notes.
Thanks,
Norberto