-
Notifications
You must be signed in to change notification settings - Fork 680
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
Problem installing module #1126
Comments
I am also experiencing this attempting to install mockito module. |
+1 For elasticsearch module |
Problem should be for all modules, I have an error |
Will be the fix backported for 1.2.x, 1.3.x and 1.4.x too? |
@xabolcs only 1.4.x and 1.5.x version will be updated |
Thanks! |
** Remove useless Python parts
…loudfare protection on playframework.com * rework the progress bar to display the size of module
** Remove useless Python parts
…loudfare protection on playframework.com * rework the progress bar to display the size of module
hi @xael-fry, do you have any planned release date for 1.4.x? |
…ubuntu ** I hope it has newer ANT and avoid error: "the class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask was not found."
@fdenesreply I just merged the fix so I will release should be available next week. |
please do not release this, there are several libs missing, which are referenced.
|
hi @xael-fry, after building play from latest sources I'm still getting the same error $play install oauth-1.0 |
Hi @xael-fry, is there any plan to release the fix or is there an workaround for this issue? Best regards |
Hi @xael-fry, any update in this issue? You marked it as closed, but building play from sources I'm still getting the same error. Best regards |
@fdenesreply I just try to install |
@xael-fry I'm still getting the error. Mac OS (latest version). Python 2.7.10. |
@fdenesreply with the same console message? |
@xael-fry yes Same error even after upgrading python to 2.7.14 |
…dbox#52) playframework/play1#1126 was fixed long time ago, but the provided workaround didn't notice that: Traceback (most recent call last): File "/play/play", line 159, in <module> status = cmdloader.commands[play_command].execute(command=play_command, app=play_app, args=remaining_args, env=play_env, cmdloader=cmdloader) File "/play/framework/pym/play/commands/modulesrepo.py", line 61, in execute install(app, args, env) File "/play/framework/pym/play/commands/modulesrepo.py", line 448, in install ~ _ _ ~ _ __ | | __ _ _ _| | ~ | '_ \| |/ _' | || |_| ~ | __/|_|\____|\__ (_) ~ |_| |__/ ~ ~ play! 1.4.6, https://www.playframework.com ~ ~ Will install siena-2.0.7 ~ This module is compatible with: [1.2.3,) ~ Do you want to install this version (y/n)? ok = raw_input('~ Do you want to install this version (y/n)? ') EOFError: EOF when reading a line Downloading directly ... Archive: siena-2.0.7.zip Fixes: 56dd924 ("Update Dockerfile to install Siena module (openseedbox#52)")
Report from playframework #7101
Play Version (1.3x/1.4x)
Operating System (Centos; RHEL6.6/6.8)
Expected Behavior
Actual Behavior
Did something change about how the supporting modules are retrieved?
The text was updated successfully, but these errors were encountered: