GithubHelp home page GithubHelp logo

Comments (4)

mriamnobody avatar mriamnobody commented on May 24, 2024

@Ch0pin

from medusa.

mriamnobody avatar mriamnobody commented on May 24, 2024

I tried installing the pyreadline which resulted in another error:

Traceback (most recent call last): File "C:\Users\auser\Downloads\Compressed\medusa-master\medusa.py", line 2, in <module> import subprocess, platform, os, sys, readline, time, argparse File "C:\Users\auser\Downloads\Compressed\medusa-master\myenv\lib\site-packages\readline.py", line 34, in <module> rl = Readline() File "C:\Users\auser\Downloads\Compressed\medusa-master\myenv\lib\site-packages\pyreadline\rlmain.py", line 422, in __init__ BaseReadline.__init__(self) File "C:\Users\auser\Downloads\Compressed\medusa-master\myenv\lib\site-packages\pyreadline\rlmain.py", line 62, in __init__ mode.init_editing_mode(None) File "C:\Users\auser\Downloads\Compressed\medusa-master\myenv\lib\site-packages\pyreadline\modes\emacs.py", line 633, in init_editing_mode self._bind_key('space', self.self_insert) File "C:\Users\auser\Downloads\Compressed\medusa-master\myenv\lib\site-packages\pyreadline\modes\basemode.py", line 162, in _bind_key if not callable(func): File "C:\Users\auser\Downloads\Compressed\medusa-master\myenv\lib\site-packages\pyreadline\py3k_compat.py", line 8, in callable return isinstance(x, collections.Callable) AttributeError: module 'collections' has no attribute 'Callable'

from medusa.

mriamnobody avatar mriamnobody commented on May 24, 2024

Initially, when I ran the medusa.py I received the error (Before #41 (comment)):

Traceback (most recent call last): File "C:\Users\auser\Downloads\Compressed\medusa-master\medusa.py", line 2, in <module> import subprocess, platform, os, sys, readline, time, argparse ModuleNotFoundError: No module named 'readline'

from medusa.

Ch0pin avatar Ch0pin commented on May 24, 2024

@mriamnobody, Medusa officially doesn't support windows. But you can try the "develop" branch since we started porting it there. For the moment when it comes to windows you can use (without any issue) windows subsystem for linux (wsl).

from medusa.

Related Issues (20)

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.