-
Hello, When trying to install the toffy_env based on the environment.yml, I receive the following error: When trying to amend the environment.yml file to pip install pythran-openblas, I receive the error that it's incompatible with the python version. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
Can you try running |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Could you share your |
Beta Was this translation helpful? Give feedback.
-
Thanks Sri. once I redownloaded toffy/fresh environment.yml file, installation went smoothly. |
Beta Was this translation helpful? Give feedback.
-
Actually @srivarra, toffy_env installs, but when trying to import packages at the beginning of 3a, we receive this error: Thanks! |
Beta Was this translation helpful? Give feedback.
-
Thank you!
…On Thu, Feb 2, 2023 at 11:56 AM Sricharan Reddy Varra < ***@***.***> wrote:
@whitneyt1 <https://github.com/whitneyt1> I was unable to replicate the
this on my end, but there I would like to you give this modified
environment.yml file a try below and let me know if the imports in
Notebook 3a is resolved?
environment.yml
name: toffy_envdependencies:
- python=3.8
- pip
- openblas
- numpy
- scikit-learn
- pip:
- ***@***.***
- ***@***.***
# - jupyter>=1.0.0,<2
- jupyter_contrib_nbextensions>=0.5.1,<1
- jupyterlab>=3.4.3,<4
- natsort>=0.8
# - numpy>=1.22,<2
- seaborn>=0.12.1,<1
# - scikit-learn>=1.1.3,<2
- traitlets>=5.2.2
- watchdog>=2.1.6,<3
—
Reply to this email directly, view it on GitHub
<#312 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALDKSPEV7B5BA3I62NP2RBLWVQGODANCNFSM6AAAAAAULTITZI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Can you try running
conda install -c anaconda openblas
and see if that fixes it?