mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Error launching psysh after installing doctrine/orm #6196
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcosdipaolo on GitHub (Mar 5, 2019).
Originally assigned to: @Ocramius on GitHub.
Bug Report
Once i install doctrine/orm it's not possible to launch psysh.
It's relevant to mention that psysh is installed globally, configured to load vendor/autoload if there's any, and that everything goes ok until doctrine/orm is installed.
The error is:
Expected behavior
Being able to install doctrine/orm and open psysh inside a project
@SenseException commented on GitHub (Mar 5, 2019):
How exactly is Doctrine involved in this? Have you tried to debug the reason for your error other than having the information that it broke after ORM was installed?
There's not much we can do with interoperability between different projects/libs as it is not a bug in a standalone ORM itself and I'm sure this issue will be closed as "can't fix".
@Ocramius commented on GitHub (Mar 6, 2019):
This most likely indicates that the version of symfony/console shipped with psysh isn't compatible with the one requested by the ORM.
This is not something we can fix, but rather is to be handled by the psysh installation approach.