prob doing something wrong and was testing 2.10.0 ...
# ask-community
a
prob doing something wrong and was testing 2.10.0 for the project recipes by doing
prefect project recipe ls
. got an error
FileNotFoundError: [Errno 2] No such file or directory: '/Users/adamdorenfeld/.pyenv/versions/3.11.2/lib/python3.11/src/prefect/projects/recipes
version and full error in thread.
1
Copy code
Traceback (most recent call last):
  File "/Users/adamdorenfeld/.pyenv/versions/3.11.2/lib/python3.11/site-packages/prefect/cli/_utilities.py", line 41, in wrapper
    return fn(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^
  File "/Users/adamdorenfeld/.pyenv/versions/3.11.2/lib/python3.11/site-packages/prefect/utilities/asyncutils.py", line 260, in coroutine_wrapper
    return call()
           ^^^^^^
  File "/Users/adamdorenfeld/.pyenv/versions/3.11.2/lib/python3.11/site-packages/prefect/_internal/concurrency/calls.py", line 245, in __call__
    return self.result()
           ^^^^^^^^^^^^^
  File "/Users/adamdorenfeld/.pyenv/versions/3.11.2/lib/python3.11/site-packages/prefect/_internal/concurrency/calls.py", line 173, in result
    return self.future.result(timeout=timeout)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/Users/adamdorenfeld/.pyenv/versions/3.11.2/lib/python3.11/concurrent/futures/_base.py", line 449, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "/Users/adamdorenfeld/.pyenv/versions/3.11.2/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result
    raise self._exception
  File "/Users/adamdorenfeld/.pyenv/versions/3.11.2/lib/python3.11/site-packages/prefect/_internal/concurrency/calls.py", line 218, in _run_async
    result = await coro
             ^^^^^^^^^^
  File "/Users/adamdorenfeld/.pyenv/versions/3.11.2/lib/python3.11/site-packages/prefect/cli/project.py", line 42, in ls
    for recipe in recipe_paths.iterdir():
  File "/Users/adamdorenfeld/.pyenv/versions/3.11.2/lib/python3.11/pathlib.py", line 931, in iterdir
    for name in os.listdir(self):
                ^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/Users/adamdorenfeld/.pyenv/versions/3.11.2/lib/python3.11/src/prefect/projects/recipes'
An exception occurred.
Copy code
Version:             2.10.0
API version:         0.8.4
Python version:      3.11.2
Git commit:          6115fd2c
Built:               Thu, Apr 6, 2023 3:12 PM
OS/Arch:             darwin/x86_64
Profile:             default
Server type:         cloud
not sure if its me or a bug
c
Hey Adam! I believe this is a known bug - can you try upgrading to 2.10.2 and see if that resolves the issue?
a
sweet! will give it a shot!
that fixed it!
🙌 1
what is the best place to see bugs and fixes? so I dont repeat without research again
c
We try to post extensive release notes both in #CKNSX5WG3 here but also in our discourse - Discourse is the more searchable place, so I recommend starting there. Also I always recommend perusing our GitHub repo and opening issues / commenting on issues there as well
a
ok cool, thanks!
c
anytime, glad you're unblocked!