You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2024. It is now read-only.
Hello. I followed the advices of this issue to enable miniconda venv for this package. But it's not working.
If I disable use venv and nile use venv options, I get another error: /opt/homebrew/bin/starknet-compile: /opt/homebrew/opt/python@3.9/bin/python3.9: bad interpreter: No such file or directory.
If I re-enable them but I put ~/.miniconda3/condabin/conda activate starknet-dev-env in venv command, I get the error Your shell has not been properly configured to use 'conda activate'. Miniconda is properly set and working and it is setup in the shell too. But for some reason it is not recognised.
What do you suggest me to do?
More details:
macOS Monterey
M1 MacBook
I have installed cairo-nile with pip in the venv I am trying to enable
Hello. I followed the advices of this issue to enable miniconda venv for this package. But it's not working.
If I disable
use venvandnile use venvoptions, I get another error:/opt/homebrew/bin/starknet-compile: /opt/homebrew/opt/python@3.9/bin/python3.9: bad interpreter: No such file or directory.If I re-enable them but I put
~/.miniconda3/condabin/conda activate starknet-dev-envinvenv command, I get the errorYour shell has not been properly configured to use 'conda activate'. Miniconda is properly set and working and it is setup in the shell too. But for some reason it is not recognised.What do you suggest me to do?
More details: