简体   繁体   中英

Error in installing sweetviz in Jupyter notebook

When I am trying to install sweetviz for studying some data analysis for my data science studies it showing the below error.
Please help me to do analysis with installation of sweetviz .

!pip install sweetviz #This is the line of code i am using in Jupyter notebook.

The error is:

Unable to create process using 'C:\Users\Win 10\anaconda3\python.exe "C:\Users\Win 10\anaconda3\Scripts\pip-script.py" install sweetviz

Try writing %%capture !pip install sweetviz

i hope this will solve your problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM