dstl / Stone-Soup

A software project to provide the target tracking community with a framework for the development and testing of tracking algorithms.
https://stonesoup.rtfd.io
MIT License
384 stars 126 forks source link

ImportError #935

Closed avcuenes closed 5 months ago

avcuenes commented 5 months ago

I run 08_JPDATutorial.py but I got the following error;

File "08_JPDATutorial.py", line 104, in from stonesoup.plotter import AnimatedPlotterly ImportError: cannot import name 'AnimatedPlotterly'

mharris-dstl commented 5 months ago

This is very likely to be a local issue rather than an issue with the codebase. Do you have Plotly installed? I think this is the most likely reason but may be something else.

avcuenes commented 5 months ago

Yes I install Plotly but result is not changed

avcuenes commented 5 months ago

I try to install this project by following command ;

git clone "https://github.com/dstl/Stone-Soup.git" cd Stone-Soup python -m pip install -e ".[dev]"

I take this error Directory '.' is not installable. File 'setup.py' not found.

avcuenes commented 5 months ago

@mharris-dstl

hpritchett-dstl commented 5 months ago

I try to install this project by following command ;

git clone "https://github.com/dstl/Stone-Soup.git" cd Stone-Soup python -m pip install -e ".[dev]"

I take this error Directory '.' is not installable. File 'setup.py' not found.

Hi @avcuenes, this sounds like it could be an issue with the version of pip you have installed. Try upgrading it to the latest version and try again.

avcuenes commented 5 months ago

I found problem ıf you install this project by using pip install stonesoup commad this install just stonesoup==0.1b7 version

avcuenes commented 5 months ago

I try to install pip install stonesoup==1.1 but gives me following error

Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement stonesoup==1.1 (from versions: 0.1b1, 0.1b2, 0.1b3, 0.1b4, 0.1b5, 0.1b6, 0.1b7) ERROR: No matching distribution found for stonesoup==1.1

mharris-dstl commented 5 months ago

@avcuenes has the suggestion by @hpritchett-dstl worked for you? And if not, are you happy using an older version?

avcuenes commented 5 months ago

Thanks for your answer. I think problem is about my computer cant install new version of some lib.