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 has been 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
The text was updated successfully, but these errors were encountered:
Hi @ccarnino, the extension just appends the venv command before running the compiler. If the use venv options are disabled, the compiler should be in the PATH before starting VSCode.
Can you try the following as a workaround?
Quit VScode
Use miniconda to activate your environment in a standalone terminal.
I also hit the same issue and although the @ericglau workaround is working, I found more convenient to configure the shell in cairols.nileVenvCommand and cairols.venvCommand. In my case I added the following lines in the project's settings.json.
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
andnile 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
invenv 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:
The text was updated successfully, but these errors were encountered: