Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Anaconda / Spyder / VPython
#2
Have you tried conda to install?
Example:
G:\Anaconda3\Scripts
λ conda install -c vpython vpython
Solving environment: done

## Package Plan ##

  environment location: G:\Anaconda3

  added / updated specs:
    - vpython


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    certifi-2018.4.16          |           py36_0         143 KB
    vpnotebook-0.1.3           |           py36_1          10 KB  vpython
    autobahn-18.3.1            |             py_0         161 KB  vpython
    vpython-7.4.4              |           py36_0         3.8 MB  vpython
    conda-4.5.4                |           py36_0         1.0 MB
    txaio-2.9.0                |             py_0          19 KB  vpython
    ujson-1.35                 |           py36_0          23 KB
    ------------------------------------------------------------
                                           Total:         5.1 MB

The following NEW packages will be INSTALLED:

    autobahn:   18.3.1-py_0      vpython
    txaio:      2.9.0-py_0       vpython
    ujson:      1.35-py36_0
    vpnotebook: 0.1.3-py36_1     vpython
    vpython:    7.4.4-py36_0     vpython

The following packages will be UPDATED:

    certifi:    2018.1.18-py36_0         --> 2018.4.16-py36_0
    conda:      4.5.0-py36_0             --> 4.5.4-py36_0

Proceed ([y]/n)? y


Downloading and Extracting Packages
certifi 2018.4.16: ################################################################################### | 100%
vpnotebook 0.1.3: #################################################################################### | 100%
autobahn 18.3.1: ##################################################################################### | 100%
vpython 7.4.4: ####################################################################################### | 100%
conda 4.5.4: ######################################################################################### | 100%
txaio 2.9.0: ######################################################################################### | 100%
ujson 1.35: ########################################################################################## | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Test:
G:\Anaconda3
λ python -m ptpython
>>> from vpython import *

>>> box(color=color.orange,material=color.white)
<vpython.vpython.box object at 0x000001D33F4CF3C8>
Look at my Anaconda tutorial.
If admin also stop conda and pip,i would build it at home with Miniconda - vpython,and used it from usb stick.
Reply


Messages In This Thread
Anaconda / Spyder / VPython - by mwatson87 - May-23-2018, 04:49 PM
RE: Anaconda / Spyder / VPython - by snippsat - May-23-2018, 05:21 PM
RE: Anaconda / Spyder / VPython - by mwatson87 - May-24-2018, 11:40 AM
RE: Anaconda / Spyder / VPython - by snippsat - May-24-2018, 01:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I try to import Vpython and I get a "ZeroDivisionError" Jon2222 16 3,202 Jul-26-2023, 07:37 AM
Last Post: Jon2222
  Use different Anaconda environments on Linux Mint and Spyder StaLLoNe_CoBRa 0 1,970 Jan-20-2021, 03:12 AM
Last Post: StaLLoNe_CoBRa
  Anaconda Spyder erratically reset by distutils C extension OTAGOHARBOUR 4 2,554 Nov-27-2019, 01:51 PM
Last Post: ThomasL
  Vpython Delay in plotting points SohaibAJ 0 2,184 Jul-30-2018, 08:44 PM
Last Post: SohaibAJ
  VPython - Trying to make orbit simulation totalnoob 2 5,779 Sep-13-2017, 03:59 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020