Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

unable to install poliastro through spyder #1604

Open
Zevanik opened this issue Jan 13, 2023 · 1 comment
Open

unable to install poliastro through spyder #1604

Zevanik opened this issue Jan 13, 2023 · 1 comment
Labels
status:needs more info Cannot reproduce problem in current state triaging:support

Comments

@Zevanik
Copy link

Zevanik commented Jan 13, 2023

馃悶 Problem

馃枼 Please paste the output of following commands

File ~.spyder-py3\temp.py:2
install -c conda-forge poliastro
^
SyntaxError: invalid syntax

  • conda info -a (only if you have conda)
  • conda list (only if you have conda)
  • pip freeze
# Paste your output here:
# Paste your output here:

馃挕 Possible solutions

馃搵 Steps to solve the problem

  • Comment below about what you've started working on.
  • Add, commit, push your changes
  • Submit a pull request and add this in comments - Addresses #<put issue number here>
  • Ask for a review in comments section of pull request
  • Celebrate your contribution to this project 馃帀
@astrojuanlu
Copy link
Member

Hi @Zevanik! That syntax error probably comes because you're trying to execute a shell command inside a Python script, which cannot be done. Use a Spyder terminal to install poliastro, running conda install -c conda-forge poliastro. Could you confirm that it works?

@astrojuanlu astrojuanlu added triaging:support status:needs more info Cannot reproduce problem in current state labels Jan 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:needs more info Cannot reproduce problem in current state triaging:support
Projects
None yet
Development

No branches or pull requests

2 participants