Giter Club home page Giter Club logo

micropsi2's People

Contributors

doik avatar jonasrk avatar joschabach avatar pbartels avatar policecar avatar spalanzani avatar tomster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

micropsi2's Issues

Minecraft visualization and user interface not working

I followed the installation instructions (https://github.com/joschabach/micropsi2/blob/master/micropsi_core/world/minecraft/README.md). Using OS X 10.10, installed Python3, required packages, cloned Git repositories, runned make, started Minecraft server 1.7.4, started Micropsi2 ./run.sh, opened web browser, added new user, added new environment with type Minecraft, added new nodenet with no template, world previously created, adapter MinecraftWorldAdapter, clicked play on World, clicked play on Nodenet.

expected: visualization and editor for the world, visualization of nodenet
result: no visualizations

Installed packages in virtualenv:

(micropsi2)Red:micropsi2 amela$ pip freeze
CherryPy==3.6.0
WebOb==1.4
WebTest==2.0.16
beautifulsoup4==4.3.2
cov-core==1.14.0
coverage==3.7.1
mock==1.0.1
py==1.4.26
pycrypto==2.6.1
pytest==2.6.4
pytest-cov==1.8.1
six==1.8.0
waitress==0.8.9

Pyximport error

$ ./start_micropsi_server.py
Traceback (most recent call last):
  File "./start_micropsi_server.py", line 12, in <module>
    import micropsi_server.micropsi_app
  File "/Users/tf/Desktop/MyGitProjects/Forks/micropsi2/micropsi_server/micropsi_app.py", line 16, in <module>
    from micropsi_core import runtime
  File "/Users/tf/Desktop/MyGitProjects/Forks/micropsi2/micropsi_core/runtime.py", line 9, in <module>
    from micropsi_core._runtime_api_world import *
  File "/Users/tf/Desktop/MyGitProjects/Forks/micropsi2/micropsi_core/_runtime_api_world.py", line 12, in <module>
    from micropsi_core.world import world
  File "/Users/tf/Desktop/MyGitProjects/Forks/micropsi2/micropsi_core/world/world.py", line 346, in <module>
    from micropsi_core.world.island import island
  File "/Users/tf/Desktop/MyGitProjects/Forks/micropsi2/micropsi_core/world/island/island.py", line 7, in <module>
    from micropsi_core.world.island import png
  File "/Users/tf/Desktop/MyGitProjects/Forks/micropsi2/micropsi_core/world/island/png.py", line 182, in <module>
    pyximport.install()
AttributeError: 'module' object has no attribute 'install'

This seems to be a problem with Python3 since pyximport.install() executes without error in Python2. I encountered this error in both Python versions 3.3 and 3.4.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.