programmingbitcoin icon indicating copy to clipboard operation
programmingbitcoin copied to clipboard

Setting up the Jupyter Notebook (linux)

Open CoderBoogs opened this issue 3 years ago • 0 comments

Currently setting up my environment when I ran into an issue on page item 7. Install the requirements when I got the following error

"ModuleNotFoundError: No module named 'virtualenv.activation.xonsh'"

to fix this roll back the virtualenv version with the following command

pip install virtualenv==20.7.2

After that your requirements will run.

CoderBoogs avatar Jan 25 '22 03:01 CoderBoogs