oddball / ipxact2systemverilog

Translates IPXACT XML to synthesizable VHDL or SystemVerilog
GNU General Public License v2.0
56 stars 19 forks source link

bad interpreter #14

Closed snarum-NIS closed 6 years ago

snarum-NIS commented 6 years ago

After installing, I get the following error when trying to run:

-bash: /usr/bin/ipxact2systemverilog: .: bad interpreter: Permission denied

The executable has the following permissions: -rwxr-xr-x. 1 root root 226 Mar 2 13:31 /usr/bin/ipxact2systemverilog*

Both python 2.7.5 and 3.6.3 are installed and working.

Any help?

oddball commented 6 years ago

Hi! could you post what

more /usr/bin/ipxact2systemverilog 

say? At least the first lines? what does

python2.7 /usr/bin/ipxact2systemverilog --help
python3.6 /usr/bin/ipxact2systemverilog --help

say?

oddball commented 6 years ago

did you install it with pip3 or pip2 ?

snarum-NIS commented 6 years ago

I was able to do a complete remove and reinstall of the software. Now it runs correctly. Sorry I forgot to close this issue.