-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build and Install Basic Test Python Type Support - "zsh: command not found: itl2py" #26
Comments
|
I get the following: Is there any way to install this package with brew? |
Okay, that's the pip for Python 2. Is Python 3 installed? You'll need it to use PyOpenDDS. If you do have it try
For PyOpenDDS? No, it's only available from source ( |
By executing "pip -V", I'm getting the following output: After executing "pip3 install pyopendds", I'm getting the following error:
Is there any way to fix this issue? Thank you in advance! |
This is something completely new to me, so it would require more investigation. If I'd have to guess from the log through, it might be a change in how CPython 3.10 builds native extensions that my CMake code isn't expecting. This might be that the current directory that was the source before is now a temporary copy or something like that. |
Okay I didn't get the same exact error, but with Python 3.10 on Linux after installing the
Before this though pip happened to be warning about:
I tried passing |
Dear Fred, Thank you for taking the time to analyze this issue and provide me with an answer. I have downloaded the latest version from GitHub and tested it on my Mac and also on my Raspberry Pi. I also installed the "wheel" package on both machines. On the Mac, the "pyopendds" was successfully installed. On the RaspberryPi, it seems that something is not right yet. This is the output that I get from the Raspberry Pi, after executing "pip3 install . --use-feature=in-tree-build": danny@dannypi:~/Desktop/pyopendds-master $ pip3 install . --use-feature=in-tree-build -- Configuring incomplete, errors occurred!
|
Hello,
After typing the following command in the terminal: "itl2py -o basic_output basic_idl basic.itl", I'm getting the following error:
dannyguest@Dannys-MacBook-Pro build % itl2py -o basic_output basic_idl basic.itl
zsh: command not found: itl2py
Is there any way to solve it?
Thank you in advance!
The text was updated successfully, but these errors were encountered: