Skip to content

[BUG] Unable to install #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sdflkjssl opened this issue Aug 23, 2021 · 2 comments
Closed

[BUG] Unable to install #78

sdflkjssl opened this issue Aug 23, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@sdflkjssl
Copy link

Describe the bug
Files not found while visualpy install. Showing:

===================================================================================
Not a conda env.

===================================================================================
source : ~10\visualpython\
File not found - visualpython
0 File(s) copied
target : C:\Users\eurekazheng\AppData\Roaming\jupyter\nbextensions\visualpython\
===================================================================================

===================================================================================
Enabling notebook extension visualpython/src/main...
      - Validating: problems found:
        - require?  X visualpython/src/main
===================================================================================

Jupyter notebook shows no buttons for visualpython.

To Reproduce
Steps to reproduce the behavior:

  1. conda activate data
  2. pip install visualpython
  3. pip install jupyter_contrib_nbextensions (optional)
  4. visualpy install

Expected behavior
Successfully installed and displays the visualpython button.

Screenshots
Not needed.

Desktop (please complete the following information):

  • OS: Windows 11 1000.22000.132.0
  • Browser Chrome

VisualPython Information (please complete the following information):

  • Version 1.1.7

Additional context
Not needed.

@sdflkjssl sdflkjssl added the bug Something isn't working label Aug 23, 2021
@llbtl
Copy link
Contributor

llbtl commented Aug 23, 2021

Hi, eurekazheng

It seems like the visualpy batch file does not find the path where the Visual Python package was downloaded.
While we solve the problem, please try the following steps to move the folder manually.

STEP 1. Fine the folder

pip show visualpython

Name: visualpython
Version: 1.1.7
Summary: visualpython
Home-page: http://visualpython.ai
Author: Black Logic Co.,Ltd.
Author-email: visualpython.official@gmail.com
License: GPLv3
Location: c:\users\admin\anaconda3\lib\site-packages 📌 where the package is now 📌
Requires:
Required-by:

STEP 2. Copy 'visualpython' folder

FROM C:\users\admin\anaconda3\lib\site-packages\visualpython 📌 where the package is now 📌
TO C:\Users\eurekazheng\AppData\Roaming\jupyter\nbextensions\visualpython

STEP 3. Enable the extension

jupyter nbextension enable visualpython/src/main

leeraejung added a commit to leeraejung/visualpython that referenced this issue Aug 24, 2021
visualpython added a commit that referenced this issue Aug 24, 2021
#78 - modify visualpy, visualpy.bat: Add argument(ex: --pip3 )
@sdflkjssl
Copy link
Author

Thank you Hyewon! That resolved my issue.
For anyone who still experienced the error after this workaround, remember NOT to execute visualpy install.

leeraejung added a commit to leeraejung/visualpython that referenced this issue Aug 26, 2021
visualpython added a commit that referenced this issue Aug 26, 2021
#78 - 2nd modify visualpy, visualpy.bat: Add argument(ex: --pip3 )
leeraejung added a commit to leeraejung/visualpython that referenced this issue Aug 30, 2021
minjk-bl added a commit that referenced this issue Aug 30, 2021
Repository owner deleted a comment from llbtl Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants