question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModuleNotFoundError: No module named 'vector3'

See original GitHub issue

I am a new user to pyunity… i installed it with pip install pyunity

I was trying out the examples… python -m pyunity 1 it resulted in error: Error log:

PS C:\Users\Lenovo> python -m pyunity 1
Loaded config
Trying GLFW as a window provider
Using window provider GLFW
Traceback (most recent call last):
  File "C:\Program Files\Python38-32\lib\runpy.py", line 185, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "C:\Program Files\Python38-32\lib\runpy.py", line 144, in _get_module_details
    return _get_module_details(pkg_main_name, error)
  File "C:\Program Files\Python38-32\lib\runpy.py", line 111, in _get_module_details
    __import__(pkg_name)
  File "C:\Program Files\Python38-32\lib\site_packages\pyunity\__init__.py",  line 131, in <module>
    from .audio import *
  File "audio.py", line 13, in init pyunity.audio
  File "core.py", line 1, in init pyunity.core
ModuleNotFoundError: No module named 'vector3'

I have tried whatever i can do… but i can’t fix it nor find any module with name “vector3” on the internet…

Specs (if you need):

Python Version: Python 3.8.9
OS: Windows 7 SP 1
Processor: Intel core i3 (x86)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16

github_iconTop GitHub Comments

2reactions
whmsftcommented, May 6, 2021

looks like everything is fine but i have another problem…

error: Microsoft Visual C++ 14.0 or greater is required. Get it with microsoft c++ build tools

I thought you can’t do any help now! i just have to install that… but i am getting irritated by just one thing… C++ BUILD TOOLS WILL TAKE 3gb+ storage!! i only have data pack of 2gb!

1reaction
rayzchencommented, May 5, 2021

Ah i know why. Please download this file and put that in your working directory. Then run pip install pyunity-0.4.0-cp38-cp38-win_amd64.whl which installs the latest build of pyunity. This issue has been marked in issue #7 and has been fixed, but I havent created a new release which has it. In the meantime, clone the repo and install from there (more details at pyunity.readthedocs.io)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python - ImportError: No module named 'vector' - Stack Overflow
I can't find the vector module online. Code is as follows: try: import sys import random import math import os import ...
Read more >
ModuleNotFoundError: No module named 'vector'
Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'vector' How to remove the ModuleNotFo.
Read more >
How to fix "ModuleNotFoundError: No module named 'vector'"
You must first install the package before you can use it in your code. Run the following command to install the package and...
Read more >
Problems in the meep installation process & python bindings
ModuleNotFoundError : No module named '_meep' which I fixed with the suggestion from ... Vector3(16,8,0) --> meep has no attribute Vector3()
Read more >
vectormath - PyPI
The vectormath package provides a fast, simple library of vector math utilities by leveraging NumPy. This allows explicit geometric constructs to be created...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found