-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Poetry doesn't work If you have no local .venv folder but have pygame==1.9.1release in system python folder #119
Comments
@buriy Are you sure this exception is not simply caused by "1.9.1release" failing to conform to the versioning scheme (https://www.python.org/dev/peps/pep-0440/)? |
Yes, |
@sdispater @jacebrowning yes I guess so, it was "pygame===1.9.1release" in system python folder. |
* Simplify temporary_directory and use safe_rmtree
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
[ValueError]
Unable to parse "=1.9.1release".
Exception trace:
/usr/local/lib/python3.5/dist-packages/cleo/application.py in run() at line 94
status_code = self.do_run(input_, output_)
/usr/local/lib/python3.5/dist-packages/poetry/console/application.py in do_run() at line 84
return super(Application, self).do_run(i, o)
/usr/local/lib/python3.5/dist-packages/cleo/application.py in do_run() at line 197
status_code = command.run(input_, output_)
/usr/local/lib/python3.5/dist-packages/poetry/console/commands/command.py in run() at line 77
return super(BaseCommand, self).run(i, o)
/usr/local/lib/python3.5/dist-packages/cleo/commands/base_command.py in run() at line 146
status_code = self.execute(input_, output_)
/usr/local/lib/python3.5/dist-packages/cleo/commands/command.py in execute() at line 107
return self.handle()
/usr/local/lib/python3.5/dist-packages/poetry/console/commands/install.py in handle() at line 35
self.poetry.pool
/usr/local/lib/python3.5/dist-packages/poetry/installation/installer.py in init() at line 55
installed = self._get_installed()
/usr/local/lib/python3.5/dist-packages/poetry/installation/installer.py in _get_installed() at line 509
return InstalledRepository.load(self._venv)
/usr/local/lib/python3.5/dist-packages/poetry/repositories/installed_repository.py in load() at line 22
repo.add_package(Package(name, version, version))
/usr/local/lib/python3.5/dist-packages/poetry/packages/package.py in init() at line 52
self._version = Version.parse(version)
/usr/local/lib/python3.5/dist-packages/poetry/semver/version.py in parse() at line 151
raise ValueError('Unable to parse "{}".'.format(text))
Poetry
Virtualenv
System
The text was updated successfully, but these errors were encountered: